Skip to content

Typescript: Chapter 2 Hash Maps and Sets #55

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 27, 2025

  • pair_sum_unsorted
  • pair_sum_unsorted_two_pass
  • verify_sudoku_board
  • zero_striping
  • zero_striping_hash_sets
  • geometric_sequence_triplets
  • [javascript] using nullish coalescing operator (??) to use 0 as the default value in the Maps. This behaviour isn't built into the language, and in-place treatment of undefined values looks simpler than writing a custom Map class.
  • longest_chain_of_consecutive_numbers
  • longest_chain_of_consecutive_numbers_brute_force

@aikhelis aikhelis marked this pull request as ready for review January 30, 2025 16:43
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 54ee678 into ByteByteGoHq:main Jan 31, 2025
@aikhelis aikhelis deleted the typescript_solutions_hash_maps_and_sets branch January 31, 2025 22:29
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.

2 participants