Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shank03 authored Dec 27, 2021
1 parent eee3787 commit 534f1e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

#### By: Shashank Verma (20204184 - Beese0.25)

### Features
- Users can pick questions from codeforces and search questions using problem code.
- Download problem with it’s test cases.
- Users can submit the code in various languages (like C, C++, Java, Python).
- The platform can compile the code and display the verdict against the sample test case.
- When the user is connected to the internet the platform on its own will submit the user code and give the user a final verdict on its submission.
- Users can make personalized lists for various questions that they have solved with solutions (e.g. ‘My fav DP questions’).
- The platform have a history of submitted questions.

### Get started
```
git clone https://github.com/Beesechurgers/OffCoder.git
Expand Down

0 comments on commit 534f1e5

Please sign in to comment.