Skip to content

Analysing the road congession and suggesting new path to the user.

License

Notifications You must be signed in to change notification settings

aksharanigam1112/road-not-taken

 
 

Repository files navigation

Road not Taken

Path Suggester.

How to install on your ubuntu system

sudo apt-get install graphviz

sudo apt-get install w3m

git clone https://github.com/Code-with-ease/road-not-taken.git

cd road-not-taken

g++ setup.cpp -std=c++11 -o a.o

./a.o

create and do work in your own branch

git branch banchname

git checkout branchname

edit your code

git checkout branchname

git merge branchname

Before you Push

git pull origin master

git add .

git commit -m "commit message"

git push origin master

if not correctly pulled

git stash

git pull origin master

if x commit ahead and y commit behind

copy your changed files first for safety somewhere else

git remote add upstream https://github.com/Code-with-ease/rode-not-taken.git

git pull --rebase upstream master

git push --force-with-lease origin master

Developer Team

Akshara Nigam

Ayush Nagar

Kapil Kumar Israni

Manav Verma

About

Analysing the road congession and suggesting new path to the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • HTML 6.6%