-
Notifications
You must be signed in to change notification settings - Fork 307
Home
Sahil edited this page Jun 15, 2018
·
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 has been selected as a part of GSSoC which will last from 23rd June to 23rd August 2018. So, we hope to see some valuable contributions from the participants and wish that they learn something from contributing to this project.