Skip to content

gahong00/Algorithm

Repository files navigation

AlgoRithm SolUTION & NOTE

Notes and solution of Princeton Algorithms

Assignment Description
1. Pecolation A program to estimate the value of the percolation threshold via Monte Carlo simulation.
2. Deque & Randomize Queue A generic data type for a deque and a randomized queue.
3. Collinear Points A program to recognize line patterns in a given set of points and investigate a particularly clean pattern recognition problem involving points and line segments.
4. 8-puzzle solve the 8-puzzle problem using the A* search algorithm
5. KdTree implemented a 2d-tree to support efficient range search and nearest neighbor search
6. Autocomplete Implemented autocomplete with binary search
7. Wordnet Graph algorithms DFS & BFS
8.Seam Carver An algorithm for content-aware image resizing
Assignment
1. Percolation Screen Shot 2017-01-26 at 6.46.12 AM
2. Deque & Randomized Queue Drawing
3. Collinear Points Drawing
4. 8-puzzle Drawing
5. kdTree Screen Shot 2017-01-26 at 6.53.37 AM
6. Autocomplete Drawing
7. Wordnet Drawing
8. Seam Carver Drawing

About

Notes and solution of Princeton Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published