Skip to content

Commit

Permalink
Previous READMEs updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro committed Mar 2, 2018
1 parent 96ce471 commit 2447963
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ands/ds/README.md
Expand Up @@ -8,16 +8,13 @@ A few interesting data structures which may be implemented in the future.
- Adjacency Matrix
- Directed Graph
- Undirected Graph
- Multi-graph
- Hyper-graph

## Linear Data Structures

### Arrays

- Matrix
- Sparse Matrix
- Circular Buffer
- Gap Buffer

### Lists
Expand All @@ -41,9 +38,6 @@ A few interesting data structures which may be implemented in the future.

- Fibonacci Heap
- Binomial Heap
- Treap
- Ternary Heap
- Leftist Heap

### Trees and Tries

Expand All @@ -59,5 +53,7 @@ A few interesting data structures which may be implemented in the future.

- K-d Tree

---

An article listing other possibly interesting data structures can be found at the
following URL [https://en.wikipedia.org/wiki/List_of_data_structures](https://en.wikipedia.org/wiki/List_of_data_structures).

0 comments on commit 2447963

Please sign in to comment.