All Projects → omonimus1 → Competitive Programming

omonimus1 / Competitive Programming

Licence: apache-2.0
My competitive programming guide,reading materials, link to system and design interview preparation and my own coding solutions from Codechef, Leetcode,Geeks for Geeks, HackerRank , spoj, codesignal, codebyte, codeblocks and other online judges

Programming Languages

python
139335 projects - #7 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Competitive Programming

Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (-9.22%)
Mutual labels:  algorithm, data-structures, interview-preparation, interview-practice
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+448.06%)
Mutual labels:  algorithm, interview-preparation, interview-practice, leetcode-solutions
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+1252.91%)
Mutual labels:  algorithm, interview-preparation, interview-practice, leetcode-solutions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+26538.35%)
Mutual labels:  algorithm, interview-preparation, interview-practice, leetcode-solutions
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+10389.32%)
Mutual labels:  algorithm, data-structures, interview-preparation, interview-practice
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+2165.53%)
Mutual labels:  algorithm, data-structures, interview-practice, leetcode-solutions
Sde Interview Questions
Most comprehensive list 📋 of tech interview questions 📘 of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
Stars: ✭ 5,406 (+2524.27%)
Mutual labels:  algorithm, data-structures, interview-preparation, interview-practice
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+141.75%)
Mutual labels:  algorithm, data-structures, interview-preparation, interview-practice
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+22060.19%)
Mutual labels:  algorithm, data-structures, leetcode-solutions
Oh My Python
剑指offer(python版)/ 算法图解 / python基础 / 数据结构
Stars: ✭ 119 (-42.23%)
Mutual labels:  algorithm, data-structures, interview-practice
Leetcode Python
LeetCode solutions in Python2. LeetCode题解 in Python2。
Stars: ✭ 182 (-11.65%)
Mutual labels:  interview-preparation, interview-practice, leetcode-solutions
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (-54.85%)
Mutual labels:  algorithm, data-structures, leetcode-solutions
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-63.11%)
Mutual labels:  data-structures, interview-preparation, interview-practice
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (-66.02%)
Mutual labels:  data-structures, interview-preparation, interview-practice
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+699.51%)
Mutual labels:  algorithm, interview-preparation, interview-practice
Algorithms
📝 算法导论与JavaScript实现
Stars: ✭ 126 (-38.83%)
Mutual labels:  algorithm, data-structures, interview-preparation
Binarytree
Python Library for Studying Binary Trees
Stars: ✭ 1,694 (+722.33%)
Mutual labels:  algorithm, data-structures, interview-practice
Awesome Coding Interview Question Patterns
The most common question-patterns for any coding-interview
Stars: ✭ 196 (-4.85%)
Mutual labels:  data-structures, interview-preparation, interview-practice
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (-27.18%)
Mutual labels:  data-structures, interview-preparation, leetcode-solutions
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+1413.11%)
Mutual labels:  data-structures, interview-preparation, interview-practice

Competitive-programming

Index of content

  1. Structure of the repository
  2. Platforms for Training
  3. When contribute
  4. How to contribute
  5. Connect with me

Support me

Paypal Me Buy Me A Coffee

Structure of the Repository

Folder Content
Lectures Notes about Algorithm And Data Structures
System Design System design interview preparation
Readings Free e-books about Competitive Programming
Geeks For Geeks Geeks For GfG coding solutions
HackerRank My own HackerRank coding solutions
Codingblock My own Codingblock coding solutions
CoodeSignall My own CodeSignal Solutions
CodeChef My own Codechef coding solutions
UVA My own UVA Online Judge solutions
InterviewBit My Interview Bit solutions
Leetcode My Leetcode solutions
learn_data_structures Warm App coding examples to learn Data Structures

Best Platforms for training

Hackerrank InterViewBit GeeksForGeeks LeetCode Codingblocs Codechef CodeForces Hackerearth

How to contribute

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

When contribute

  1. If there is no solution to a problem in the main branch.
  2. If your solution is asymptotically faster than the one in the main branch.
  3. If your algorithm is of the same time complexity but with reduced code size. In this case, comment out the original solution and make a pull request with your solution.
  4. If you have another method of solving the problem which is asymptotically slower than the original method then, comment your solution in the main file and make a pull request.
  5. If you would like to make any positive change to the lectures content

I appreciate any feedback

Constructive criticisms or code reviews of any kind are very much welcome.

If you have any questions about the solutions you can find here, feel free to contact me at: [email protected]

Social Media

Github Linkedin

Support me to get more free materials like this

Support me

Paypal Me Buy Me A Coffee

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