#####This repository contains all the source code I have written till date (and will continue to do so) for algorithmic programming problems (on various platforms like CodeChef, SPOJ and CodeForces), Implementation of Data-Structures & Algorithms as well as bunch of other stuff.
The primary aim of this repository is to act as a backup for all my source code if lost and also be of help to someone looking for algorithmic implementations/solutions to certain OJ problems for reference. My handle on all of these platforms is bholagabbar
-
JAVA Code Database: This folder contains folders CODECHEF, CODEFORCES, TOPCODER, SPOJ, DATASTRUCTURES and MISC. Solutions of nearly all problems solved by me on the relevant platforms are in here.
-
C++ Code Database: Solutions to Online Judge problems. I also have a good implementation of Programming Contest centric Algorithms and Datastructures here
-
Elementary Algorithms and DS:This contains implementations of OOPS concepts and DS-ALGO course in my college. Pretty decent for an elementary-intermediate level implementation of stacks, queues, linked-list and more. All of these are in C++. The 'College Stuff' folder also contains code with usage of advanced level C++ OOPS concepts here
-
Coursera Stanford Algorithms 1 Course:I also have implementations of programming questions asked and datastructures taught in the Coursera Algorithms 1 course by Tim RoughGarden. Tried to make them as efficient as possible.
And finally a lot of mostly self explanatory miscellaneous stuff.
As mentioned before, if you're scourging for some solutions to problems you could not solve or are looking for some correct and fairly efficent DS/ALGOS implementation, do consider checking my repository out.
Thanks and help me fix a bug incase you stumble upon this repository and find one :)