An open API service indexing awesome lists of open source software.

https://github.com/solygambas/coding-interview-algorithms-data-structures

Some algorithms and data structures to prepare for a JavaScript coding interview.
https://github.com/solygambas/coding-interview-algorithms-data-structures

algorithms algorithms-and-data-structures coding-challenge coding-interviews data-structures javascript

Last synced: 8 months ago
JSON representation

Some algorithms and data structures to prepare for a JavaScript coding interview.

Awesome Lists containing this project

README

          

# Coding interview: Algorithms & Data Structures

Some algorithms and data structures to prepare for a JavaScript coding interview.

| # | Coding Exercise |
| :-: | --------------------------------------------- |
| 01 | [String Reversal](01-reversestring) |
| 02 | [Palindromes](02-palindrome) |
| 03 | [Integer Reversal](03-reverseint) |
| 04 | [Max Chars](04-maxchar) |
| 05 | [FizzBuzz](05-fizzbuzz) |
| 06 | [Array Chunk](06-chunk) |
| 07 | [Anagrams](07-anagrams) |
| 08 | [Capitalization](08-capitalize) |
| 09 | [Steps](09-steps) |
| 10 | [Pyramids](10-pyramid) |
| 11 | [Finding Vowels](11-vowels) |
| 12 | [Matrix Spiral](12-matrix) |
| 13 | [Fibonacci Series](13-fib) |
| 14 | [Queue](14-queue) |
| 15 | [Weave](15-weave) |
| 16 | [Implementing Stacks](16-stack) |
| 17 | [Queue From Stacks](17-qfroms) |
| 18 | [Linked Lists](18-linkedlist) |
| 19 | [Midpoint](19-midpoint) |
| 20 | [Circular](20-circular) |
| 21 | [From Last](21-fromlast) |
| 22 | [Building a Tree](22-tree) |
| 23 | [Level Width](23-levelwidth) |
| 24 | [Binary Search Tree](24-bst) |
| 25 | [Validating Binary Search Trees](25-validate) |
| 26 | [Events](26-events) |
| 27 | [Sorting](27-sorting) |

Based on [The Coding Inteview Bootcamp: Algorithms + Data Structures](https://www.udemy.com/course/coding-interview-bootcamp-algorithms-and-data-structure/) by Stephen Grider (2022).