Skip to content

TypeScript: Chapter 3 Linked Lists #59

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

Merged

Conversation

aikhelis
Copy link
Contributor

@aikhelis aikhelis commented Jan 31, 2025

  • linked_list_reversal
  • linked_list_reversal_recursive
  • remove_kth_last_node
  • linked_list_intersection
  • lru_cache
  • palindromic_linked_list
  • flatten_multi_level_list

@aikhelis aikhelis changed the title Typescript: Chapter 3 Linked Lists TypeScript: Chapter 3 Linked Lists Feb 1, 2025
@aikhelis aikhelis marked this pull request as ready for review February 2, 2025 12:49
@aikhelis
Copy link
Contributor Author

aikhelis commented Feb 2, 2025

@Destiny-02 typescript chapter 3 is ready for review

Copy link
Collaborator

@Destiny-02 Destiny-02 left a comment

Choose a reason for hiding this comment

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

Thanks for all the progress on the TypeScript problems! Please see comments for changes requested.

@aikhelis
Copy link
Contributor Author

aikhelis commented Feb 3, 2025

@Destiny-02 oh good spots, thanks! Done - mind glancing over it?

I defined ./ds.ts library file locally in the chapter folder and git-ignored it. I import data structures from it alongside a commented section with the imported DS definition. Is it how it's currently done in other languages?

@aikhelis aikhelis requested a review from Destiny-02 February 3, 2025 21:28
Copy link
Collaborator

@Destiny-02 Destiny-02 left a comment

Choose a reason for hiding this comment

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

Thanks for updating! Just 1 more requested change 🙏

@aikhelis aikhelis requested a review from Destiny-02 February 4, 2025 11:49
Copy link
Collaborator

@Destiny-02 Destiny-02 left a comment

Choose a reason for hiding this comment

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

LGTM!

@Destiny-02 Destiny-02 merged commit eb4734f into ByteByteGoHq:main Feb 5, 2025
@aikhelis aikhelis deleted the typescript_solutions_linked_lists branch February 5, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants