All Projects → mochow13 → Competitive Programming Library

mochow13 / Competitive Programming Library

Templates, algorithms and data structures implemented and collected for programming contests. Check README.md for an overview.

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Competitive Programming Library

Coding Cheat Sheets
Various cheat sheets on CS stuff
Stars: ✭ 1,172 (+396.61%)
Mutual labels:  algorithms, datastructures
Cracking The Coding Interview
Tests, Questions and Solutions from Cracking the Coding Interview
Stars: ✭ 91 (-61.44%)
Mutual labels:  algorithms, datastructures
E Maxx Eng
Translation of http://e-maxx.ru into English
Stars: ✭ 1,238 (+424.58%)
Mutual labels:  programming-contests, algorithms
Complete Placement Preparation
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
Stars: ✭ 1,114 (+372.03%)
Mutual labels:  algorithms, datastructures
Matlab Octave
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
Stars: ✭ 180 (-23.73%)
Mutual labels:  algorithms, datastructures
Datastructures
🚀 Implementation of core data structures for R
Stars: ✭ 64 (-72.88%)
Mutual labels:  algorithms, datastructures
Data Structures And Algorithms
Python implementation of common algorithms and data structures interview questions
Stars: ✭ 84 (-64.41%)
Mutual labels:  algorithms, datastructures
Algorithms
Here is the my solutions for problems in {leetcode, hackerrank, geeksforgeeks}
Stars: ✭ 36 (-84.75%)
Mutual labels:  algorithms, datastructures
Algorithm
The repository algorithms implemented on the Go
Stars: ✭ 163 (-30.93%)
Mutual labels:  algorithms, datastructures
Iter
Go implementation of C++ STL iterators and algorithms.
Stars: ✭ 132 (-44.07%)
Mutual labels:  algorithms, datastructures
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+3415.68%)
Mutual labels:  algorithms, datastructures
Data Structures And Algorithms
Data Structures and Algorithms implementation in Go
Stars: ✭ 2,272 (+862.71%)
Mutual labels:  algorithms, datastructures
Competitive Programming
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
Stars: ✭ 53 (-77.54%)
Mutual labels:  algorithms, datastructures
Algorithms
University course material for Algorithms and Data Structures in Java, with a particular emphasis on software testing. Includes exercises, with solutions.
Stars: ✭ 66 (-72.03%)
Mutual labels:  algorithms, datastructures
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-79.66%)
Mutual labels:  algorithms, datastructures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+4941.1%)
Mutual labels:  algorithms, datastructures
Dsjslib
A library implementing several standard data structures and utilities, in JavaScript. Its written and tested using Node.js which is the target platform.
Stars: ✭ 707 (+199.58%)
Mutual labels:  algorithms, datastructures
Phpalgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
Stars: ✭ 865 (+266.53%)
Mutual labels:  algorithms, datastructures
Datascience
It consists of examples, assignments discussed in data science course taken at algorithmica.
Stars: ✭ 92 (-61.02%)
Mutual labels:  algorithms, datastructures
Algocasts Js
DSA in JavaScript ✅
Stars: ✭ 189 (-19.92%)
Mutual labels:  algorithms, datastructures

Competitive Programming Library

From OKNOTOK.

This repository contains templates, algorithms and data structures implemented and collected for programming contests. Most of them are at least used once to check correctness, still it is strongly recommended to test for yourself.

Table of Contents

  1. Dynamic Programming
  2. Data Structures
  3. Game
  4. Geometry
  5. Graph
  6. Math
  7. Miscellaneous
  8. Notes
  9. String

Dynamic Programming

Data Structures

Game

Geometry

Graph

Math

Miscellaneous

Notes

String

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].