aditya04848's Stars
neerazz/DS-Algo-SD-Resources
tssovi/grokking-the-object-oriented-design-interview
ashishps1/awesome-low-level-design
Learn Low Level Design (LLD) and prepare for interviews using free resources.
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
shubham-Dehaat/LowLevelDesign
Various Low Level Object Oriented System Design problems are discussed in this space
python/cpython
The Python programming language
dipjul/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions
Grokking the Coding Interview: Patterns for Coding Questions Alternative
InterviewReady/Low-Level-Design
Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
MysteryVaibhav/leetcode_company_wise_questions
This is a repository containing the list of company wise questions available on leetcode premium
aditya04848/Perceptron-Model
This is the basic Perceptron model which is being used to predict wheather a given would be purchased by the user or not.
aditya04848/BookEx
aditya04848/ColorGame
Guess color by seeing rgb values.