Pinned Repositories
career-lab
This course covers common interview algorithms questions
CS-1.2-How-Data-Structures-Work
CS 1.2: How Data Structures Work
CS-1.2-TweetGeneratorSG
A project based course that looks under the hood at data structures and algorithms to see how they work. In addition to implementing these structures in an application; students will build them from scratch, analyze their complexity, and benchmark their performance to gain an understanding of their tradeoffs and when to use them in practice. Students will write scripts, functions, and library modules to use text processing tools like regular expressions, construct and sample probability distributions to create a Markov language model and gain insight into how grammar works and natural language processing techniques.
CS-1.3-Core-Data-Structures-SG
This course explores the foundations of computer science including discrete mathematics, abstract data types, data structures, and algorithm analysis and design. Students will compare and contrast iterative and recursive algorithms to analyze design and performance tradeoffs. Students will apply and test data structures like lists, stacks, queues, sets, maps, and trees in real-world problems such as phone call routing. Students will also write technical blog articles about these topics in order to deepen their understanding and gain valuable online presence as knowledgeable and proficient software engineers.
CS-2.1-Trees-Sorting
CS-2.1-Tree-Sorting class at Make School
deep-learning-drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
DS-2.4-Advanced-Topics-In-Data-Science
DS-2.4-Advanced-Topics-In-Data-Science @ makeschool
self-driving-cars-graph
CS-2.2 Graph project proposal
Soccer-API
The Soccer API is a RESTful API that stores all available soccer leagues, teams and players. I am still working on creating the database that can host all data. For the sake of testing I have added some data. The project is fully authenticated, you can create an account. In the future user can create their own fantazy team, right now I am working on how to verify user input.
Sukhrobjon's Repositories
Sukhrobjon/animatedGIFgraveyard
where animated GIFs made for teaching purposes can lurk
Sukhrobjon/Tip-Calculator
Sukhrobjon/TipCalculatorSG