Skip to content

Creating data structures in order to better understand them

Notifications You must be signed in to change notification settings

td-e-g-g-d/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

Language Used: C

AnimalGame: Game that tries to guess the animal the user is thinking of.
Data Structure Used: Binary Search Tree
ADT Used: Bag

Graphs: Implements iterative versions of BFS and DFS and a recursive version of DFS.
Data Structure Used: Deque
ADT Used: Graph

LinkedLists: Implements linked list functions and circular linked list functions.
Data Structure Used: Linked List
ADT Used: Deque, Bag

Pointers: Deals with numerous questions that use pointers to solve.
Sets pointer foundation for use in data structures.

SpellChecker: Checks the spelling of a string using a dictionary input.
Data Structure Used: Hash Map
ADT Used: Dictionary

Stackapp: Checks a string for balanced brackets.
Data Structure Used: Dynamic Array
ADT Used: Stack, Bag

ToDoList: Manages prioritized to-do list based on user's priority ranking.
Data Structure Used: Dynamic Array
ADT Used: Heap

About

Creating data structures in order to better understand them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published