All Projects â†’ alex-cory â†’ Interviews

alex-cory / Interviews

🤓 Data structures in JS & interview questions/algorithms

Programming Languages

javascript
184084 projects - #8 most used programming language

Table of Contents

A. What You Need to Know

B. Interview Questions

Websites/Resources

A. What You Need to Know

Data Structures Javascript Articles
Linked Lists 1. Data Structures and Algorithms with JavaScript, Ch. 6 Linked Lists
2. http://bit.ly/1CyeMOk
3. http://bit.ly/1GSd4gA
Binary Trees 1. Data Structures and Algorithms with JavaScript, Ch. 10 Binary Trees
2. http://bit.ly/1Cy9LoW
Tries 1. Javascript Implementation 1
2. Javascript Implementation 2
Stacks 1. Data Structures and Algorithms with JavaScript, Ch. 4 Stacks (ibooks)
2. http://bit.ly/1Cyc7Eb
Queues 1. Data Structures and Algorithms with JavaScript, Ch. 5 Queues
2. http://bit.ly/1NobhFp
3. http://bit.ly/1Cyc4sa
Vectors/ArrayLists 1. Data Structures and Algorithms with JavaScript, Ch. 2 Arrays
2. http://bit.ly/1CydW3X (Array Object)
Hash Tables 1. Data Structures and Algorithms with JavaScript, Ch. 8 Hashing
2. http://bit.ly/1az0Gph
3. http://bit.ly/1CyesPG (Associative Array)
Algorithms
Breadth First Search Data Structures and Algorithms with JavaScript, Ch. 10 page: 339
Depth First Search Data Structures and Algorithms with JavaScript, Ch. 10 page: 339
Binary Search Data Structures and Algorithms with JavaScript, Ch. 10 & 13 Binary Search
Merge Sort Data Structures and Algorithms with JavaScript, Ch. 12 Sorting Algorithms
Quick Sort Data Structures and Algorithms with JavaScript, Ch. 12 Sorting Algorithms
Tree Insert/Find/etc
Concepts Javascript Articles/Videos
Bit Manipulation
Singleton Design Pattern
Factory Design Pattern
Memory (Stack vs Heap)
Recursion Data Structures and Algorithms with JavaScript, Ch. 14 Advanced Algorithms Recursion linked lists
Big-O Time Plain English explanation of Big O Video

B. Interview Questions

  • TODO
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].