Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T02:12:08.000Z (over 2 years ago)
- Last Synced: 2025-01-10T13:29:39.743Z (11 days 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,855
- Watchers: 144
- Forks: 1,264
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](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.