Skip to content

Graph based project to determine the best possible path for the user when the traffic is fluctuating in every few seconds.

License

Notifications You must be signed in to change notification settings

Code-with-ease/road-not-taken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Graph based project to determine the best possible path for the user when the traffic is fluctuating in every few seconds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •