Skip to content

Update README #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This repository maintained by [Nick Scialli](https://twitter.com/nas5w) and powe
- [Proxy](/src/patterns/proxy.js)
- [Facade](/src/patterns/facade.js)
- TODO: Mixin
- TODO: Prototype
- [Prototype](/src/patterns/prototype.js)
- [Strategy](/src/patterns/behavioral/strategy.js)

## Techniques
Expand All @@ -72,14 +72,13 @@ This repository maintained by [Nick Scialli](https://twitter.com/nas5w) and powe

- [Linked List](/src/dataStructures/linkedList.js)
- TODO: Doubly Linked List
- TODO: Stack
- [Stack](/src/dataStructures/Stack.js)
- [Queue](/src/dataStructures/queue.js)
- TODO: Binary Tree
- [Graph](/src/dataStructures/graph.js)
- [Hash Table](/src/dataStructures/hashTable.js)
- TODO: Heap
- TODO: Tree
- TODO: Graph
- TODO: Binary Tree
- TODO: Disjoint Set
- [Binary Search Tree](/src/dataStructures/binarySearchTree.js)

Expand Down