Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aamahi/algo-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

My personal code-book to reuse code for competitive programming also for reusable algorithm and data structure.

Getting Started

Anyone one can get code from here and play with it. Please, don't use code without understanding the meaning.

Build and Test

The codes will be in python or C++. So, a C++ compiler or python needed to be installed.

  • Run the c++ code $ g++ example.cpp then .\a.exe for windows, ./a.out for ubuntu
  • Run the python code $ python example.py

Contribute

Anyone welcomed to play with code.

About

Practice problem solving, algorithm, and data structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published