Giter Site home page Giter Site logo

princeton-algorithms-part-1's Introduction

AlgorithmsPartI-Princeton

Code for programming assignments from Algorithms Part I (https://class.coursera.org/algs4partI-004).

Requires the stdlib.jar and algs4.jar to run, which can be retrieved from the course site.

Week 1 - UnionFind / Percolation

  • Percolation.java - A model for the percolation problem, determines if a 2d system of open / closed sites percolates from top to bottom.
  • PercolationStats.java - Generates statistics using the percolation model.

Week 2 - Queues, Stacks and Bags

  • Deque.java - A generic double ended queue implementation, double-linked list based.
  • RandomizedQueue.java - A generic random queue implementation, array based.
  • Subset.java - Prints n number of random strings provided through standard input.

Week 3 - Collinear Points

  • Point.java - A simple point class.
  • Brute.java - A n^4 algorithm for calculating 4 collinear points.
  • Fast.java - A fast implementation for finding collinear points.

Week 4 - 8 Puzzle

  • Board.java - Represents a sliding puzzle board.
  • Solver.java - Uses A* and to find solution to the puzzle board.

Week 5 - KdTree

  • PointSET.java - A set of points on a 2D Euclidian plane, some simple function like nearest neighbor search and range search using a brute force approach.
  • KdTree.java - Uses a 2d tree to more efficiently perform functions such as nearest neighbor search and range search.

princeton-algorithms-part-1's People

Contributors

dpunosevac avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.