-
Notifications
You must be signed in to change notification settings - Fork 308
Home
Sahil edited this page Jun 30, 2019
·
5 revisions
-
This project aims to create a collection of implementations of various data structures and algorithms along with problem solutions to various problems available on online sites like SPOJ.
-
The most important thing we need to keep in mind is that the implementations can be understood and are well documented.
-
The problem solutions should be easy to read and help the reader to convert the brute force approach (higher time complexity) to a better algorithm (lesser time complexity).
- This project was selected as a part of GSSoC 2018 which lasted from 23rd June to 23rd August 2018. We got a lot of valuable contributions from the participants and they enjoyed contributing to the project. GSSoC Wiki Page contains further details.
- The project is also listed in Code with these open source projects this season blog post by RGSoC.