https://github.com/williamfiset/deprecated-data-structures
  
  
    A collection of powerful data structures 
    https://github.com/williamfiset/deprecated-data-structures
  
balanced-tree binarytree data-structures disjoint-set fenwick graph hash-table heap java linkedlist priority-queue queue segment-tree segmenttree stack suffixarray suffixtree trie union-find unionfind
        Last synced: 6 months ago 
        JSON representation
    
A collection of powerful data structures
- Host: GitHub
 - URL: https://github.com/williamfiset/deprecated-data-structures
 - Owner: williamfiset
 - License: mit
 - Created: 2016-06-19T13:14:48.000Z (over 9 years ago)
 - Default Branch: master
 - Last Pushed: 2022-08-12T02:12:08.000Z (about 3 years ago)
 - Last Synced: 2025-05-15T00:06:42.705Z (6 months ago)
 - Topics: balanced-tree, binarytree, data-structures, disjoint-set, fenwick, graph, hash-table, heap, java, linkedlist, priority-queue, queue, segment-tree, segmenttree, stack, suffixarray, suffixtree, trie, union-find, unionfind
 - Language: Java
 - Homepage:
 - Size: 172 MB
 - Stars: 2,883
 - Watchers: 143
 - Forks: 1,267
 - Open Issues: 10
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          [](http://unmaintained.tech/)
# ⛔️ DEPRECATED ⛔️
### Project status
This data-structures repository is deprecated. It is no longer being actively maintained or watched. The data structures in this repository was moved to the [Algorithms](https://github.com/williamfiset/Algorithms) repo in mid 2019. Please submit pull requests and issues to the [Algorithms](https://github.com/williamfiset/Algorithms) repo. 
### License
This repository is released under the [MIT license](https://opensource.org/licenses/MIT). In short, this means you are free to use this software in any personal, open-source or commercial projects. Attribution is optional but appreciated.