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

Section 1 Improvements #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Section 1 Improvements #6

wants to merge 8 commits into from

Conversation

nem035
Copy link

@nem035 nem035 commented Dec 29, 2016

  1. Usage of for..of iteration where more appropriate (this also handles proper character iteration for non-BMP characters)
  2. Addition of a few missing solutions and some refactoring to be more aligned to the book.
  3. Usage of const instead of let for variables that do not change.
  4. Added some missing JSDoc info

@filgaia
Copy link

filgaia commented Apr 4, 2022

Hi! I implement them in a new branch I create:
https://github.com/filgaia/CtCI-6th-Edition-Typescript

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