Code Monkey home page Code Monkey logo

bear-maps's Introduction

Project Overview:
    UC Berkeley CS 61B Project 3 - "Bear Maps v2.0" (Spring 2017, Prof. Josh Hug):
    Using Java to implement the back end of a web mapping application that
    calculates and displays the shortest path to a destination. Front end
    logic is provided by CS 61B staff, and data is obtained from OpenStreetMap.
    The three main parts of the project are...
        1.) "Map Rastering" - Providing the front end with the correct
            set of map images depending on the user's query.
        2.) "Graph Building" - Organizing data extracted from OpenStreetMap
            into a Graph structure with adjacency lists for each node.
        3.) "Route Search" - Implementing the A* search algorithm to calculate
            an optimal route between start and destination.

SCORE: 85.0 / 75.0
  * Awarded extra credit for passing additional test cases for extra features.
  * Graded on Gradescope using UC Berkeley's public autograder.

Project Specifications:
    http://datastructur.es/sp17/materials/proj/proj3/proj3.html
    (or proj3.htm in the main directory)

===============================================================================

How to Run:
    See Project Specifications on how to open/run the project in IntelliJ.

bear-maps's People

Contributors

moojink 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.