Skip to content

xymian/Data-Structures-and-Algorithms

Repository files navigation

Project assignments based on the data structures studied from the course-

"Algorithms. Part I" by R. Sedgewick and K. Wayne https://www.coursera.org/learn/algorithms-part1

Overall

algorithms part 1

Results from each assignment

Percolation (Based on dynamic connectivity using union-find):

percolation final


Deques and Randomized Queues (Based on Stack and Queue implementation):

Stacks and Deques final


Collinear Points (Based on the Mergesort algorithm)

Collinear points final


8-Puzzle (Based on the PriorityQueue Data Structure)

8-Puzzle final


KD-Trees (Based on Binary Search Trees)

KD-trees final

About

Results from following Robert Sedgwick's course — Algorithms Part 1 on Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages