Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[이병현] Week 1 #319

Merged
merged 10 commits into from
Aug 17, 2024
Merged

[이병현] Week 1 #319

merged 10 commits into from
Aug 17, 2024

Conversation

@tolluset tolluset self-assigned this Aug 13, 2024
@tolluset tolluset marked this pull request as ready for review August 13, 2024 13:43
@tolluset tolluset requested a review from sun912 August 13, 2024 13:45
palindromic-substrings/tolluset.ts Outdated Show resolved Hide resolved
Comment on lines +24 to +27
const pipe =
(...fns: Function[]) =>
(x: any) =>
fns.reduce((v, f) => f(v), x);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 함수 합성을 사용하는 방법도 있군요! 잘 봤습니다.

@tolluset tolluset added the ts label Aug 15, 2024
@tolluset tolluset requested a review from nhistory August 15, 2024 16:36
Copy link
Contributor

@nhistory nhistory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!!

top-k-frequent-elements/tolluset.ts Outdated Show resolved Hide resolved
@tolluset tolluset merged commit bdc484b into DaleStudy:main Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants