Skip to content

NazarethAguileraMeanStack/100AlgorithmsChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 

Repository files navigation

100AlgorithmsChallenge

100 Computer Algorithms done in JavaScript (Completed)

Description

These questions are some of the most common ones asked in interviews. A portion are questions that come from companies like Google, Facebook, Uber, Amazon etc.

v1

v1 folder contains solutions for each problem the best I could solve for at the time.

v2 (Use this one)

v2 folder contains solutions for each problem redone. Between the first time I went through this challenge and the second time:

  • I had improved my knowledge of space and time complexity
  • I learned how to better identify problem solving patterns
  • Used this opportunity to improve TypeScript syntax.
  • After Problem 8, I made the effort to get in the habit of refactoring my code.

About

100 Computer Algorithms done in JavaScript (Completed)

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors