Skip to content

Mareeswaran38/Problem-Solving

 
 

Repository files navigation

Searching on the Repository

To implement searching based on tags we added meta to each of the source file. During search have to append tag- as prefix of the tag string. For example to search on problems on linked-list: you navigate to this repo url and enter following on search box: tag-linked-list

Additionally, here are the currently supported tags on algo/data structure based domains,

Company based domains,

Miscellaneous tags

Problem Solving Repository Structure

Basics

Contains some basic idea and implementation. For example,

  • swap and overflow limit tests
  • Sorting algorithms

Algorithms

Related with implementation of algorithms. Primary reference coreman, 3rd edition

Data Structure

Reference: geeksforgeeks, wikipedia etc.

Binary Tree

There are comparative large number of binary tree problems and their applications. We gather together all binary tree related problems here.

coding-template

C++ templates for problem solving online

general-solving

leet-code, hackerrank, www.geeksforgeeks.org, lintcode etc

online-problem-solving

Following onlline judges are being covered

Note

Please do not abuse the code. The Code provided in this repository is for educational purpose. Sharing of ideas will help improve our skills and algorithmic knowledge.

Instructions for committers/contributors

Please do git pull before you commit. Thanks. :)

About

Solving problems from different sites such as geeksforgeeks, leetcode and online judges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.0%
  • C# 41.8%
  • Java 8.2%