/javascript-ds-algo

Mastering Coding Interviews! <JAVASCRIPT>

Primary LanguageJavaScript

javascript-ds-algo

About this Repository

I always wanted to land a job at a great tech company like Google, Amazon, Netflix, Facebook, or other companies but alway got "stuck" on coding interview. So I create a new repository to develop my knowledge about algorithms, data structures and the notorious Big-O Notation. All the solutions are written in Javascript only.

I hope this work would help me boost my coding skills in the end, and if possible, hope that this documentation may help you too.

Happy Coding!

Technical:

  1. Advanced Javascript


  1. Big O notation

  2. Data structures

  • Arrays
  • Hash Tables
  • Singly Linked Lists
  • Doubly Linked Lists
  • Queues
  • Stacks
  • Trees
  • Tries
  • Graphs
  1. Algorithms
  • Recursion
  • Sorting
  • Searching
  • Tree Traversal
  • Breadth First Search
  • Depth First Search
  • Dynamic Programming
  1. Codility resource: https://app.codility.com copyright by codility

  2. Programmers resource: https://programmers.co.kr/learn/challenges copyright by programmers