Skip to content

Fundamental algorithms and data structures for implementation. Techniques for solving problems by programming. Linked lists, stacks, queues, directed graphs. Trees: representations, traversals. Searching (hashing, binary search trees, multiway trees). Garbage collection, memory management. Internal and external sorting.

Notifications You must be signed in to change notification settings

tungfang/Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE-373-Data-Structures-and-Algorithms

Fundamental algorithms and data structures for implementation. Techniques for solving problems by programming. Linked lists, stacks, queues, directed graphs. Trees: representations, traversals. Searching (hashing, binary search trees, multiway trees). Garbage collection, memory management. Internal and external sorting.

This repo contains all the team assignments that we have developed in the course.

Homework 2:Calculator Project

https://courses.cs.washington.edu/courses/cse373/19wi/homework/2/

Homework 3: Testing, ChainedHashDictionary, and ChainedHashSet

https://courses.cs.washington.edu/courses/cse373/19wi/homework/3/

Homework 5: Search Engine

https://courses.cs.washington.edu/courses/cse373/19wi/homework/5/

Homework 7: Generating and solving mazes

https://courses.cs.washington.edu/courses/cse373/19wi/homework/7/

The detailed assignment page can be found here: https://courses.cs.washington.edu/courses/cse373/19wi/homework/

About

Fundamental algorithms and data structures for implementation. Techniques for solving problems by programming. Linked lists, stacks, queues, directed graphs. Trees: representations, traversals. Searching (hashing, binary search trees, multiway trees). Garbage collection, memory management. Internal and external sorting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages