All Projects → vsmolyakov → cpp

vsmolyakov / cpp

Licence: MIT license
algorithms in c++

Programming Languages

C++
36643 projects - #6 most used programming language
Jupyter Notebook
11667 projects
CMake
9771 projects

Projects that are alternatives of or similar to cpp

Grafatko
An app for creating and visualizing graphs and graph-related algorithms.
Stars: ✭ 22 (-47.62%)
Mutual labels:  computer-science
HKU-Thesis-Template
HKU Thesis Template
Stars: ✭ 36 (-14.29%)
Mutual labels:  computer-science
Cheatsheets
Quick reference material for techies
Stars: ✭ 66 (+57.14%)
Mutual labels:  computer-science
BackEnd-Squad
Back End Squad Roadmap
Stars: ✭ 24 (-42.86%)
Mutual labels:  computer-science
tenacity
A computational thinking game to introduce functions, loops, conditions, and variables
Stars: ✭ 23 (-45.24%)
Mutual labels:  computer-science
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+33.33%)
Mutual labels:  computer-science
python-data-structures-and-algorithms
No description or website provided.
Stars: ✭ 57 (+35.71%)
Mutual labels:  computer-science
EN-FA-CS-Dictionary
💬 An English-Persian Dictionary of Computer Science and Artificial Intelligence
Stars: ✭ 97 (+130.95%)
Mutual labels:  computer-science
HyperGraphLib
C++ Hypergraph modelling Library using Boost and OpenMP with some algorithms, including isomorphism using Gecode.
Stars: ✭ 19 (-54.76%)
Mutual labels:  computer-science
leetspeek
Open and collaborative content from leet hackers!
Stars: ✭ 11 (-73.81%)
Mutual labels:  computer-science
curr
All curricular materials for Bootstrap course modules
Stars: ✭ 13 (-69.05%)
Mutual labels:  computer-science
awesome-readings
List of Awesome Research Articles on Computer Science and Technology
Stars: ✭ 25 (-40.48%)
Mutual labels:  computer-science
UIViewAnimationsHandbook
This project takes up all the available UIView animations in Swift4. Each type animation added with an example and expected result in the form of GIF. A glimpse at README would give you a better idea. Do give a star if you like the work.
Stars: ✭ 43 (+2.38%)
Mutual labels:  computer-science
Codex
A free note-taking software for programmers and Computer Science students
Stars: ✭ 242 (+476.19%)
Mutual labels:  computer-science
wps-se
Software Engineering Basic for Web Developer
Stars: ✭ 59 (+40.48%)
Mutual labels:  computer-science
reading-material
Reading schedule and our library of pdfs
Stars: ✭ 19 (-54.76%)
Mutual labels:  computer-science
CS
Computer Science Notes
Stars: ✭ 33 (-21.43%)
Mutual labels:  computer-science
Notes
My notes are about everything related to programming.
Stars: ✭ 104 (+147.62%)
Mutual labels:  computer-science
dcs-notes.github.io
Unofficial notes for modules offered in the first year of Computer Science by the University of Warwick
Stars: ✭ 22 (-47.62%)
Mutual labels:  computer-science
cmc-csci046
CMC's Data Structures and Algorithms Course Materials
Stars: ✭ 31 (-26.19%)
Mutual labels:  computer-science

cpp

Algorithms and Data Structures in C++

Graph Algorithms

Tree Algorithms

Search Algorithms

Greedy Algorithms

Divide and Conquer

Dynamic Programming

Sorting

Data Structures

Misc

Machine Learning

Jupyter Notebooks

The notebooks were created using xeus-cling: a Jupyter kernel for C++

Compiling

To compile the C++ files, run the following command:

g++ <filename.cpp> --std=c++11 -Wall -o test 

Dependencies

C++11

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].