https://github.com/jonathanhallstrom/lmj-misc
some data structures and algorithms (for my own education)
https://github.com/jonathanhallstrom/lmj-misc
algorithms data-structures
Last synced: 2 months ago
JSON representation
some data structures and algorithms (for my own education)
- Host: GitHub
- URL: https://github.com/jonathanhallstrom/lmj-misc
- Owner: JonathanHallstrom
- Created: 2022-04-26T15:05:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T18:11:15.000Z (almost 3 years ago)
- Last Synced: 2026-02-18T21:13:18.959Z (4 months ago)
- Topics: algorithms, data-structures
- Language: C++
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lmj-misc
header only collection of data structures and algorithms (mostly for my own education)
(requires C++20 for the most part but certain parts are compatible with earlier versions)