Skip to content

Altantur/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                  GitHub last commit Build Status Dependencies GitHub Issues Contributions welcome License

Basic Overview

Learning algorithms from basic to advanced with test and statement. Mainly focused on writing with C++.

Setup Visual Studio Code

We mainly used VS Code for compile and build CPP code. Because it is OS type free of codes and stable to write.

Check out following post to install.

Testing

During the testing problems we used g++ with following version

Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

Basically below is good to go.

g++ problem.cpp && ./a.out

About

Backing up algorithms into structured one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published