All Projects → 10weeks-codingtest → Similar Projects or Alternatives

376 Open source projects that are alternatives of or similar to 10weeks-codingtest

Skiplist
skip list with rank, code less than z_set in redis
Stars: ✭ 136 (+11.48%)
Mutual labels:  data-structure
bigint
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Stars: ✭ 34 (-72.13%)
Mutual labels:  competitive-programming
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
Stars: ✭ 84 (-31.15%)
Mutual labels:  data-structure
USACO
Algorithms, data structures, and problems in competitive programming up to USACO Platinum
Stars: ✭ 34 (-72.13%)
Mutual labels:  competitive-programming
Alex
A CLI to compile python codes embedded with test cases. For lazy competitive progra....
Stars: ✭ 17 (-86.07%)
Mutual labels:  competitive-programming
go-time-series
Time series implementation in Go
Stars: ✭ 27 (-77.87%)
Mutual labels:  data-structure
fridge
Fridge for Codechef: An android app for downloading and browsing questions and contests from codechef.com offline
Stars: ✭ 17 (-86.07%)
Mutual labels:  competitive-programming
GoogleKickStart-2021
🏃 Python Solutions of All 32 Problems in GKS 2021
Stars: ✭ 84 (-31.15%)
Mutual labels:  competitive-programming
Code-Collection
个人博客、解决方案、遇到的问题记录、代码片段、笔记
Stars: ✭ 14 (-88.52%)
Mutual labels:  problem-solving
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (-75.41%)
Mutual labels:  competitive-programming
algorithm
得到每周一算法
Stars: ✭ 44 (-63.93%)
Mutual labels:  data-structure
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-77.87%)
Mutual labels:  competitive-programming
Competitive-Coding
Contains solution code of SPOJ, LeetCode, HackerRank and Codeforces questions solved by me.
Stars: ✭ 46 (-62.3%)
Mutual labels:  competitive-programming
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+8504.92%)
Mutual labels:  data-structure
ContestMania
A platform for tracking your competitive progress on various competitive coding websites.
Stars: ✭ 36 (-70.49%)
Mutual labels:  competitive-programming
ac-library.cr
Port of ac-library implemented in Crystal Programming Language
Stars: ✭ 28 (-77.05%)
Mutual labels:  competitive-programming
training-gate-id
Materi TLX Training Gate, dalam Bahasa Indonesia
Stars: ✭ 40 (-67.21%)
Mutual labels:  competitive-programming
Cs61a
Structure and Interpretation of Computer Programs
Stars: ✭ 123 (+0.82%)
Mutual labels:  data-structure
vjudge-to-oj
Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
Stars: ✭ 43 (-64.75%)
Mutual labels:  competitive-programming
algorithms
🎈My notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC
Stars: ✭ 26 (-78.69%)
Mutual labels:  competitive-programming
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-89.34%)
Mutual labels:  competitive-programming
Coding-Questions
This Repository will house the competitive coding and interview questions. Please consider contributing to it if you think your solution could help the Open Source Community.
Stars: ✭ 19 (-84.43%)
Mutual labels:  competitive-programming
BAPCtools
Tools for developing ICPC-style programming contest problems.
Stars: ✭ 36 (-70.49%)
Mutual labels:  competitive-programming
cp-contests
💻 Archive of Competitive Programming Contests hosted by IIITV CC
Stars: ✭ 28 (-77.05%)
Mutual labels:  competitive-programming
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-87.7%)
Mutual labels:  competitive-programming
Competitive-Coding-and-Interview-Problems
This repo contains some problem solutions from different popular coding platforms like Code Chef, Leet Code, Hacker Blocks,etc.
Stars: ✭ 54 (-55.74%)
Mutual labels:  competitive-programming
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (-55.74%)
Mutual labels:  competitive-programming
CodingNinjas-Eminence-CP-2018-
Repository for course EMINENCE 2018 by coding ninjas .
Stars: ✭ 39 (-68.03%)
Mutual labels:  competitive-programming
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-88.52%)
Mutual labels:  competitive-programming
pepcoding-dsa
This repository consists of all the material from my data structures and algorithms preparation.
Stars: ✭ 20 (-83.61%)
Mutual labels:  problem-solving
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (-80.33%)
Mutual labels:  competitive-programming
Go Patricia
A generic patricia trie (also called radix tree) implemented in Go (Golang)
Stars: ✭ 243 (+99.18%)
Mutual labels:  data-structure
nanostack
Small middleware stack library
Stars: ✭ 39 (-68.03%)
Mutual labels:  data-structure
Denormalizr
Denormalize data normalized with normalizr
Stars: ✭ 231 (+89.34%)
Mutual labels:  data-structure
python-cp-cheatsheet
Python3 interview prep cheatsheet and examples
Stars: ✭ 407 (+233.61%)
Mutual labels:  competitive-programming
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+45.9%)
Mutual labels:  data-structure
data-structures-algorithms
Self-practice in Data Structures & Algorithms
Stars: ✭ 29 (-76.23%)
Mutual labels:  data-structure
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+2184.43%)
Mutual labels:  data-structure
DSA-Path-And-Important-Questions
I am planning to add a beginner friendly path for my Juniors to Learn DSA and I will try to provide solutions of every problem also. We can add codeChef Challenge solutions also
Stars: ✭ 35 (-71.31%)
Mutual labels:  competitive-programming
Data structures and algorithms in python
📖 Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
Stars: ✭ 147 (+20.49%)
Mutual labels:  data-structure
CodePal
A Visual Studio Code Extension for competitive programming.
Stars: ✭ 45 (-63.11%)
Mutual labels:  competitive-programming
Binarytree
Python Library for Studying Binary Trees
Stars: ✭ 1,694 (+1288.52%)
Mutual labels:  data-structure
dataStructure
Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.
Stars: ✭ 24 (-80.33%)
Mutual labels:  datastructure
Mnemonist
Curated collection of data structures for the JavaScript/TypeScript language.
Stars: ✭ 1,752 (+1336.07%)
Mutual labels:  data-structure
competitive-programming-rs
Algorithm Snippets for Competitive Programming in Rust
Stars: ✭ 157 (+28.69%)
Mutual labels:  competitive-programming
A2OJ-Enhancer
Chrome extension to enhance the functionality of static A2OJ site.
Stars: ✭ 36 (-70.49%)
Mutual labels:  competitive-programming
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (-0.82%)
Mutual labels:  data-structure
Bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Stars: ✭ 1,598 (+1209.84%)
Mutual labels:  data-structure
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (-5.74%)
Mutual labels:  data-structure
treap
🍃 🌳 🍂 Efficient implementation of the implicit treap data structure
Stars: ✭ 64 (-47.54%)
Mutual labels:  datastructure
eva
A simple Java OOP evolutionary algorithm framework.
Stars: ✭ 18 (-85.25%)
Mutual labels:  problem-solving
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+8820.49%)
Mutual labels:  data-structure
Algorithm templates
algorithm templates and leetcode examples in Python3, you can learn many python tricks too.
Stars: ✭ 107 (-12.3%)
Mutual labels:  data-structure
competitive-programming
Programming Solutions for OJs and Algorithms
Stars: ✭ 35 (-71.31%)
Mutual labels:  competitive-programming
Tastylib
C++ implementations of data structures, algorithms, and system designs.
Stars: ✭ 101 (-17.21%)
Mutual labels:  data-structure
Brein Time Utilities
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Stars: ✭ 94 (-22.95%)
Mutual labels:  data-structure
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-72.13%)
Mutual labels:  competitive-programming
CP-Snippets
Important codes/functions/snippets required frequently in CP
Stars: ✭ 18 (-85.25%)
Mutual labels:  competitive-programming
OI-wiki
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Stars: ✭ 12,821 (+10409.02%)
Mutual labels:  competitive-programming
Blog
Life is a moment 📔
Stars: ✭ 1,236 (+913.11%)
Mutual labels:  data-structure
61-120 of 376 similar projects