tips367 / Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms

Overview

I use this repository to store the solutions of problems which I learn during my journey to master algorithms. All the algorithms are structured properly and placed topicwise in folders.

Algorithms by Topic

  • Searching
  • Sorting
  • Dynamic Programming
  • Backtracking
  • Divide and Conquer
  • Graph Algorithms
  • Mathematical Algorithms
  • Greedy Algorithms
  • Pattern Searching
  • Bit Algorithms

Features

  • The repository provides implementations of various algorithms in C++.
  • Well documented source code
  • Source codes are compiled and tested
  • Multiple approaches to solve each problem, from brute force to most optimized solutions.

How to use this repository

  1. Open the solution file (.sln) of the topic you want to explore using Visual Studio.
  2. Right click on the project of choice and click "Set as StartUp Project"
  3. Now run the project using F5.

Note: If you find any bug in the code or have any doubts regarding the code feel free to raise an issue or a PR.

About


Languages

Language:C++ 100.0%