All Projects → vjudge-to-oj → Similar Projects or Alternatives

286 Open source projects that are alternatives of or similar to vjudge-to-oj

tcframe
Test cases generation framework for competitive programming problems
Stars: ✭ 147 (+241.86%)
Mutual labels:  competitive-programming
How To Prepare For Google Interview Swe Sre
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
Stars: ✭ 251 (+483.72%)
Mutual labels:  competitive-programming
Project Euler Solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Stars: ✭ 1,374 (+3095.35%)
Mutual labels:  competitive-programming
Expresspython
expressPython - A small Python editor for learning and competitive programming.
Stars: ✭ 111 (+158.14%)
Mutual labels:  competitive-programming
uva-tool
Command Line Based UVa OJ Submitting and uHunting Tool
Stars: ✭ 32 (-25.58%)
Mutual labels:  uva
AtCoderClans
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
Stars: ✭ 74 (+72.09%)
Mutual labels:  competitive-programming
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (+116.28%)
Mutual labels:  competitive-programming
Interview Techdev Guide
This repository contains curated technical interview questions by fn+geeks community
Stars: ✭ 252 (+486.05%)
Mutual labels:  competitive-programming
Accepted
A terminal text editor to be ACCEPTED
Stars: ✭ 91 (+111.63%)
Mutual labels:  competitive-programming
Advanced Data Structures With Python
Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
Stars: ✭ 82 (+90.7%)
Mutual labels:  competitive-programming
Hackerrank
Solution to HackerRank problems
Stars: ✭ 218 (+406.98%)
Mutual labels:  competitive-programming
E Maxx Eng
Translation of http://e-maxx.ru into English
Stars: ✭ 1,238 (+2779.07%)
Mutual labels:  competitive-programming
Code
Solutions for UVa Online Judge and Programming Challeges. Sample code in my Book.
Stars: ✭ 79 (+83.72%)
Mutual labels:  competitive-programming
Atcoder Cli
AtCoder command line tools
Stars: ✭ 213 (+395.35%)
Mutual labels:  competitive-programming
Cp
A repository to backup my competitive programming source code since 2013
Stars: ✭ 79 (+83.72%)
Mutual labels:  competitive-programming
URI
URI Online Judge | Solutions
Stars: ✭ 49 (+13.95%)
Mutual labels:  competitive-programming
Competitive-Programming-June-Course-
Problem Solving Ability Skills Course
Stars: ✭ 24 (-44.19%)
Mutual labels:  competitive-programming
CPP-Practice
Learn and practice C++ in PTIT
Stars: ✭ 15 (-65.12%)
Mutual labels:  spoj
Competitive Programming Questions
This repo is open for all. Add your favourite competitive programming questions along with the solution.
Stars: ✭ 77 (+79.07%)
Mutual labels:  competitive-programming
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (+76.74%)
Mutual labels:  competitive-programming
Halite Ii
Season 2 of @twosigma's artificial intelligence programming challenge
Stars: ✭ 201 (+367.44%)
Mutual labels:  competitive-programming
Kactl
KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp)
Stars: ✭ 1,106 (+2472.09%)
Mutual labels:  competitive-programming
Competitive Programming Library
kimiyuki's library for competitive programming with C++
Stars: ✭ 44 (+2.33%)
Mutual labels:  competitive-programming
Competitive Programming Resources
This repository consists of data helpful for ACM ICPC programming contest, in general competitive programming.
Stars: ✭ 199 (+362.79%)
Mutual labels:  competitive-programming
Getac
Quick unit testing tool for competitive programming
Stars: ✭ 44 (+2.33%)
Mutual labels:  competitive-programming
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+25.58%)
Mutual labels:  competitive-programming
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+2274.42%)
Mutual labels:  competitive-programming
Tech Interview Preparation
A one stop solution to ace your next coding interview 👨‍💻
Stars: ✭ 188 (+337.21%)
Mutual labels:  competitive-programming
Graph Theory
Graph algorithms implementation
Stars: ✭ 42 (-2.33%)
Mutual labels:  competitive-programming
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+21106.98%)
Mutual labels:  competitive-programming
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! 💯💯 Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (+332.56%)
Mutual labels:  competitive-programming
Online Judge
LQD Online Judge
Stars: ✭ 36 (-16.28%)
Mutual labels:  competitive-programming
Huprog
A repo which includes the HUPROG'17(Hacettepe University Programming Contest)'s questions and the solutions of that questions.
Stars: ✭ 11 (-74.42%)
Mutual labels:  competitive-programming
Spoj-CLI
A command line tool to read the problems and submit solutions directly through terminal.
Stars: ✭ 15 (-65.12%)
Mutual labels:  spoj
Library Checker Problems
The problem data (Test case generator, judge's solution, task, ...) of Library Checker
Stars: ✭ 183 (+325.58%)
Mutual labels:  competitive-programming
Competitive Programming Library
A library designed to improve your competitive programming performance.
Stars: ✭ 26 (-39.53%)
Mutual labels:  competitive-programming
Cyber Labs Get Started
This repository contains resources to get you started in the field of your choice.
Stars: ✭ 25 (-41.86%)
Mutual labels:  competitive-programming
Coding Ninjas Competitive Programming
Solutions to all the questions I solved during the Competitive programming course with Coding Ninjas.
Stars: ✭ 183 (+325.58%)
Mutual labels:  competitive-programming
Java Competitive Programming
I have written some important Algorithms and Data Structures in an efficient way in Java with proper references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, All Pair Shortest Path, Longest Common Subsequence, Binary Search, Lower Bound Search, Maximal Matching, Matrix Exponentiation, Segment Tree, Sparse Table, Merge Sort, Miller Prime Test, Prims - Minimum Spanning Tree, BIT - Binary Index Tree, Two Pointers, BST - Binary Search Tree, Maximum Subarray Sum, Immutable Data Structures, Persistent Data Structurs - Persistent Trie, Dijkstra, Z - Function, Minimum Cost Maximal Matching, Heavy Light Decomposition, Knapsack, Suffix Array and LCP - Longest Common Prefix, Squre Root Decomposition, Kth Order Statics, Trie / Prefix Tree, LIS - Longest Increasing Subsequence, Hashing
Stars: ✭ 24 (-44.19%)
Mutual labels:  competitive-programming
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-69.77%)
Mutual labels:  competitive-programming
Codeforces-Solution
No description or website provided.
Stars: ✭ 94 (+118.6%)
Mutual labels:  codeforces
caucus
Realtime Collaborate Editor with Embedded Compiler
Stars: ✭ 278 (+546.51%)
Mutual labels:  codeforces
Test Case Generators
Test case generator code samples for Competitive Programming
Stars: ✭ 23 (-46.51%)
Mutual labels:  competitive-programming
Algorithms
A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
Stars: ✭ 178 (+313.95%)
Mutual labels:  competitive-programming
Div2 2018 19
A repository containing Workshop Slides, Problem Sets and Solution for Competitive Programming at McGill's Division 2 training in the 2018-2019 academic year.
Stars: ✭ 17 (-60.47%)
Mutual labels:  competitive-programming
Competitivequestion
Question solved on various competitive sites 🤘
Stars: ✭ 5 (-88.37%)
Mutual labels:  competitive-programming
Luogu Problem List
A problem list for luogu OJ.
Stars: ✭ 176 (+309.3%)
Mutual labels:  competitive-programming
Atcoderproblems
Extend your AtCoder
Stars: ✭ 713 (+1558.14%)
Mutual labels:  competitive-programming
Arabiccompetitiveprogramming
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
Stars: ✭ 675 (+1469.77%)
Mutual labels:  competitive-programming
Coding Ninjas Competitive
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
Stars: ✭ 168 (+290.7%)
Mutual labels:  competitive-programming
Judge Server
Judging backend server for the DMOJ online judge.
Stars: ✭ 648 (+1406.98%)
Mutual labels:  competitive-programming
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+1358.14%)
Mutual labels:  competitive-programming
Competitive programming
Questions solved from Various Coding websites viz. HackerRank, HackerEarth, CodeChef and other websites. This repository also contains Questions from various offline and onsite competitions.
Stars: ✭ 159 (+269.77%)
Mutual labels:  competitive-programming
Judge0
🔥 The most advanced open-source online code execution system in the world.
Stars: ✭ 607 (+1311.63%)
Mutual labels:  competitive-programming
codeforces-contest-solve-tracker
cftracker.netlify.app/
Stars: ✭ 22 (-48.84%)
Mutual labels:  codeforces
Competitive Programming Docs
🌺Algorithm papers, coursewares, documents, notes and other materials are constantly being updated.
Stars: ✭ 572 (+1230.23%)
Mutual labels:  competitive-programming
Halite Iii
Season 3 of @twosigma's artificial intelligence programming challenge
Stars: ✭ 159 (+269.77%)
Mutual labels:  competitive-programming
Faang
Facebook, Amazon, Apple, Netflix and Google (FAANG) Job preparation.
Stars: ✭ 557 (+1195.35%)
Mutual labels:  competitive-programming
Programming Contest
My solutions of some problems from different online judges
Stars: ✭ 158 (+267.44%)
Mutual labels:  competitive-programming
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+56451.16%)
Mutual labels:  competitive-programming
61-120 of 286 similar projects