• Stars
    star
    138
  • Rank 263,536 (Top 6 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿค“ Data structures in JS & interview questions/algorithms

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

More Repositories

1

react-useportal

๐ŸŒ€ React hook for Portals
TypeScript
890
star
2

use-ssr

โ˜ฏ๏ธ React hook to determine if you are on the server, browser, or react native
TypeScript
261
star
3

fasthacks

โŒ˜ Speed hacks to increase productivity
JavaScript
170
star
4

use-react-modal

๐Ÿ–ผ React hook for Modals
TypeScript
80
star
5

alfred-workflows

A list of my favorite workflows for developers.
PHP
72
star
6

the-perfect-portfolio

This is my portfolio! :)
PHP
31
star
7

urs

useRefState, for getting correct values even when in callback functions, and blocking state updates on unmounted components
TypeScript
16
star
8

use-react-storage

๐Ÿ•‹ React hook for local storage on the server, browser, and react native
TypeScript
14
star
9

portfolio

Built with React, Relay, GraphQL, and all babel-node's ES2016 features!
JavaScript
13
star
10

email-autocomplete-input

โšก๏ธ Email autocomplete input
JavaScript
11
star
11

readme-template

๐Ÿ”ฅThe most awesome README template out there
10
star
12

react-css-to-js

This is a compiler that translates CSS into JS. (Currently Not Production Quality)
JavaScript
6
star
13

use-cursor

๐Ÿญ React hook for customizing the mouse
TypeScript
5
star
14

google-students

This is a template I built for different Google programs specialists to quickly and easily get a website up and running for their event. It's still in the workings so that it's even easier for people to build on, but it gets the job done in the time being.
CSS
5
star
15

mine-sweeper

๐Ÿ’ฃ Minesweeper
JavaScript
4
star
16

MuniModel

Java
1
star
17

vocaldash

PHP
1
star
18

alexcory.com

โ„๏ธMy portfolio website (WIP)
JavaScript
1
star
19

hacklete

The portfolio for all software engineers.
JavaScript
1
star
20

techtalksfsu

This is the website I created for Google Helpouts and the event at SFSU.
PHP
1
star
21

date-input

A simple date input for React.js
JavaScript
1
star
22

mvc-website

This is a website I built that uses a home made MVC framework. I built it from the ground up. The only thing I didn't build was the ADODB library I used to add and get posts to the database. The database used was MySQL (PHP MyAdmin).
PHP
1
star