You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Structures — Java — (Course: Data Structures, Semester 4): classic implementations (lists, stacks/queues, trees/maps, hashing) with small tests and a short report.
Classic data-structure implementations with simple tests and notes on complexity.
Topics Covered
Lists (singly/doubly), stacks/queues, trees/maps (BST, hash map), optional graph BFS/DFS, small unit tests.
About
Data Structures — Java — (Course: Data Structures, Semester 4): classic implementations (lists, stacks/queues, trees/maps, hashing) with small tests and a short report.