GithubHelp home page GithubHelp logo

soen6441_project's Introduction

SOEN6441_Project

Common github commands:

  • clone project: git clone https://github.com/futurename/SOEN6441_Project.git

  • display differences: git status

    update local repository: git pull

  • add all changes to index: git add -A

    commit changes: git commit -m "Commit message"

    push changes to remote repository: git push origin master

  • Please use JDK8 u151 or above

  • **IntelliJ tips and tricks: https://www.youtube.com/watch?v=eq3KiAH4IBI **

  • Java Scene Builder: ./soft/

  • plantUML plugin: Intellij -> File -> settings ->plugins -> marketplace -> search "plantUML" -> install -> restart IntelliJ

  • graphviz: ./soft/

    graphviz setting

  • Clone and create project in IntelliJ

clone_in_Idea1

clone_in_Idea2

Commit in IntelliJ:

commit_in_Idea

Version control log:

idea_version_control_log

soen6441_project's People

Contributors

athrunecho avatar dianlutu avatar futurename avatar karamveer28 avatar zhanfanzhou avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

soen6441_project's Issues

DFS BFS implementation for GraphNode

world map : GraphSingleton
graph node: GraphNode

the requirement is to get all adjacent countries one owner from the selected country(GraphNode)

Validation of map file and test cases

validate:
map file path
format of map file: contains "Continents" and following lines are separated by "="
contains "Terrirories" and following lines have at least four segments which represent country name, coordinateX, coordinateY and continent name

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.