All Projects → Div2 2018 19 → Similar Projects or Alternatives

728 Open source projects that are alternatives of or similar to Div2 2018 19

epam-java-cources
Practice tasks for EPAM students of Java Core courses. Write code with pleasure!
Stars: ✭ 20 (+17.65%)
Mutual labels:  students
Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
Stars: ✭ 21 (+23.53%)
Mutual labels:  competitive-programming
Online Judge Solutions
Solutions to ACM ICPC - style problems
Stars: ✭ 529 (+3011.76%)
Mutual labels:  competitive-programming
Catalyst
A VS code Extension to accelerate the process of solving problems on Codeforces.
Stars: ✭ 69 (+305.88%)
Mutual labels:  competitive-programming
HostelUtilityApp
An App to maintain hostel facility and establish a connection between the warden, dean and student
Stars: ✭ 21 (+23.53%)
Mutual labels:  students
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (+58.82%)
Mutual labels:  exercises
Repl
The Learning Hub for UoL's Online CS Students
Stars: ✭ 367 (+2058.82%)
Mutual labels:  students
born again neuralnet
Unofficial pytorch implementation of Born-Again Neural Networks.
Stars: ✭ 44 (+158.82%)
Mutual labels:  students
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (+5.88%)
Mutual labels:  competitive-programming
react exercises
Exercises for Rithm School's free online React Fundamentals course
Stars: ✭ 28 (+64.71%)
Mutual labels:  exercises
Numpy 100
100 numpy exercises (with solutions)
Stars: ✭ 7,681 (+45082.35%)
Mutual labels:  exercises
openCVtutorials
OpenCV Tutorials
Stars: ✭ 12 (-29.41%)
Mutual labels:  tutorials
pindery
An amazing party app.
Stars: ✭ 14 (-17.65%)
Mutual labels:  students
full-teaching
A web application to make teaching online easy. WARNING: the updated version of this repo is now in the link below
Stars: ✭ 34 (+100%)
Mutual labels:  students
Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (+2094.12%)
Mutual labels:  tutorials
rust-practise-questions
A book of questions for practise in Rust
Stars: ✭ 46 (+170.59%)
Mutual labels:  exercises
intern.plus
Upgrade your internship hunting experience.
Stars: ✭ 52 (+205.88%)
Mutual labels:  students
julia koans
Small exercises to get you used to reading and writing Julia code!
Stars: ✭ 28 (+64.71%)
Mutual labels:  exercises
Python Programs
My collection of Python Programs
Stars: ✭ 518 (+2947.06%)
Mutual labels:  competitive-programming
Competitive-Programming-Solutions
My programming problems solutions
Stars: ✭ 17 (+0%)
Mutual labels:  competitive-programming
cats-main
Programming contest control system
Stars: ✭ 33 (+94.12%)
Mutual labels:  competitive-programming
Competitive-Coding
Contains solution code of SPOJ, LeetCode, HackerRank and Codeforces questions solved by me.
Stars: ✭ 46 (+170.59%)
Mutual labels:  competitive-programming
Competitive Coding
Templates for Data Structures and Algorithms, written in C, C++ & Python, for Competitive programming competitions
Stars: ✭ 357 (+2000%)
Mutual labels:  competitive-programming
safari-training-react
Code examples and exercises for Safari LiveTraining course.
Stars: ✭ 12 (-29.41%)
Mutual labels:  exercises
MyApp
随便写的各种,点链接可以进入我的知乎
Stars: ✭ 51 (+200%)
Mutual labels:  students
competitive-haskell
Snippets for competitive programming in Haskell
Stars: ✭ 23 (+35.29%)
Mutual labels:  competitive-programming
Guides
Article back-end for hack.guides() website
Stars: ✭ 628 (+3594.12%)
Mutual labels:  tutorials
COMPETITVE-PROGRAMMING
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. This repo contains the Detailed Explanation and implementation of Various Coding problems on various platforms in C++
Stars: ✭ 60 (+252.94%)
Mutual labels:  competitive-programming
Code
Macesuted's Code Repository.
Stars: ✭ 20 (+17.65%)
Mutual labels:  competitive-programming
cp-contests
💻 Archive of Competitive Programming Contests hosted by IIITV CC
Stars: ✭ 28 (+64.71%)
Mutual labels:  competitive-programming
Romaniancoderexamples
Java / SpringBoot / Angular examples for the Romanian Coder YouTube channel
Stars: ✭ 353 (+1976.47%)
Mutual labels:  tutorials
graphml-tutorials
Tutorials for Machine Learning on Graphs
Stars: ✭ 125 (+635.29%)
Mutual labels:  tutorials
flytesnacks
Flyte User-Guides and Tutorials - https://flytecookbook.readthedocs.io
Stars: ✭ 39 (+129.41%)
Mutual labels:  tutorials
competitive-programming
Roadmap to learn data structures, algorithms, mathematics, dynamic programming to beat in competitive programming, or crack any interview.
Stars: ✭ 21 (+23.53%)
Mutual labels:  competitive-programming
School Management System
Another School Management System
Stars: ✭ 520 (+2958.82%)
Mutual labels:  students
tutorials as code
so that stuff read/seen don't get muddled up with time
Stars: ✭ 42 (+147.06%)
Mutual labels:  tutorials
cloud-bulletinboard-ads
This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Stars: ✭ 75 (+341.18%)
Mutual labels:  exercises
dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (+141.18%)
Mutual labels:  exercises
Awesome Hyperledger Fabric
A curated list of resources for creating applications with hyperledger fabric
Stars: ✭ 349 (+1952.94%)
Mutual labels:  tutorials
Resources-For-New-Developers
A curated list for new developers and web designers.
Stars: ✭ 27 (+58.82%)
Mutual labels:  tutorials
Summer-Hacks
Make a cool summer-themed portfolio website.
Stars: ✭ 27 (+58.82%)
Mutual labels:  students
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+100%)
Mutual labels:  competitive-programming
Mastering Pycharm Course
Course demos and handouts for Talk Python's Mastering PyCharm course
Stars: ✭ 700 (+4017.65%)
Mutual labels:  tutorials
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 (+100%)
Mutual labels:  competitive-programming
boxofhope
Box Of Hope is a C++ event driven platform to protect you during the COVID-19 pandemic. BOH uses NFC and WiFi technology to ensure your mask usage is on point and employs sterilizing UV LEDs to clean your fabric mask.
Stars: ✭ 19 (+11.76%)
Mutual labels:  students
modern-cpp-tricks
Modern CPP Tricks often useful in Coding Interviews and Competitive Programming
Stars: ✭ 540 (+3076.47%)
Mutual labels:  competitive-programming
Best Student Discount Services
Best student discount services one should definitely try out! Contributions and translations are highly encouraged.
Stars: ✭ 341 (+1905.88%)
Mutual labels:  students
Learning-R
R Tutorials
Stars: ✭ 26 (+52.94%)
Mutual labels:  tutorials
curso-em-video-python3
Desafios resolvidos de Python do Canal Curso em Vídeo.
Stars: ✭ 23 (+35.29%)
Mutual labels:  exercises
algorithms
🎈My notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC
Stars: ✭ 26 (+52.94%)
Mutual labels:  competitive-programming
Tensorflow Eager Tutorials
Simple tutorials for building neural networks with TensorFlow Eager mode.
Stars: ✭ 509 (+2894.12%)
Mutual labels:  tutorials
aksh
My personal bibliography of STEM resources and grey literature.
Stars: ✭ 33 (+94.12%)
Mutual labels:  tutorials
Information-Retrieval
Information Retrieval algorithms developed in python. To follow the blog posts, click on the link:
Stars: ✭ 103 (+505.88%)
Mutual labels:  exercises
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+376.47%)
Mutual labels:  competitive-programming
SYSU-ZhaoXu-Machine-Learning-Seminar
Lecture notes of SYSU-ZhaoXu Machine Learning Seminar (Likelihood Lab AI Seminar 2017).
Stars: ✭ 13 (-23.53%)
Mutual labels:  tutorials
Competitivequestion
Question solved on various competitive sites 🤘
Stars: ✭ 5 (-70.59%)
Mutual labels:  competitive-programming
Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+4647.06%)
Mutual labels:  tutorials
Njucs
2021南京大学计算机科学与技术845考研公共课和专业课资料:数学一、英语一、政治、数据结构、计算机网络、计算机系统基础、操作系统教程、算法设计与分析-包括真题、期末考试、PPT、模拟题、专业课参考书及课后答案、报录比、经验等等
Stars: ✭ 720 (+4135.29%)
Mutual labels:  tutorials
Judge Server
Judging backend server for the DMOJ online judge.
Stars: ✭ 648 (+3711.76%)
Mutual labels:  competitive-programming
Faang
Facebook, Amazon, Apple, Netflix and Google (FAANG) Job preparation.
Stars: ✭ 557 (+3176.47%)
Mutual labels:  competitive-programming
301-360 of 728 similar projects