ouyangyuchen / Algorithms-Coursera

Projects finished in the Algorithms I, II of Princeton University on coursera.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms-Coursera

Programming homeworks completed in the algorithm courses on Coursera.

About this course

  • tags: data structures and algorithms, Java programming
  • instructor: Robert Sedgewick @ Princeton
  • study time: 2023 Spring
  • course homepage: Algorithms I, Algorithms II

Useful links

Projects list

project specification related data structures or algorithms my score
Percolation disjoint set, union-find, Monte Carlo simulation 100
Queues array, linked list, random shuffle 95 (memory)
Collinear Points sorting, geometric application 100
8 Puzzle A* algorithm, priority queue 96 (time)
KD Trees binary search, geometric application 100
WordNet bfs, directed acyclic graph 100
Seam Carving directed acyclic graph, shortest path, image resizing 100
Baseball Elimination graph, maxflow and mincut 100
Boggle trie, dfs 100
Burrows-Wheeler data compression, key-index counting 100

About

Projects finished in the Algorithms I, II of Princeton University on coursera.

License:MIT License


Languages

Language:Java 100.0%