https://github.com/snehachhipa/wordle_datastructures
A Data Structures project as part of course work of BSc in Computer Science UCD.
https://github.com/snehachhipa/wordle_datastructures
binary-tree compression-algorithm data-structures hashmap-java java object-oriented-programming priority-queue
Last synced: 9 months ago
JSON representation
A Data Structures project as part of course work of BSc in Computer Science UCD.
- Host: GitHub
- URL: https://github.com/snehachhipa/wordle_datastructures
- Owner: SnehaChhipa
- Created: 2024-05-01T13:16:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:51:57.000Z (over 1 year ago)
- Last Synced: 2025-01-10T10:58:25.238Z (11 months ago)
- Topics: binary-tree, compression-algorithm, data-structures, hashmap-java, java, object-oriented-programming, priority-queue
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle_DataStructures
Implemented a huffman encoding compression to compress words stored in dictionary.txt
Designed a solver to solve the Wordle game on textual interface. All ADT's of data structures used in this project are self implememted as instructed by professor.