PyJaipur / SoA

Website for summer of algorithms
https://soa.pyjaipur.org/
9 stars 10 forks source link

Designed Task 2 and Task 3 #27

Closed aliana17 closed 4 years ago

aliana17 commented 4 years ago

Please check the questions if they are suitable for the SOA or need to level up them.

theSage21 commented 4 years ago

@anchal7299 these look good. Next time on could you please set up your local git identity? Right now it's showing root.

Also, please re-sync your fork of the project with pyjaipur master in the future. This should do it:

git remote add pyj https://github.com/PyJaipur/SoA
git fetch pyj
git checkout master
git merge pyj/master
git push origin master