- Italy
Stars
Comprehensive CUDA tutorials for Maths & ML with examples
List of materials about functional programming in C++
This project is aimed at jump-starting a C/C++ project that can build libraries, binaries and have a working unit test suite. It uses CMake build system and is deliberately completely minimal.
Advanced data structure and algorithm for system design,系统设计需要了解的算法
Preparation material for Dropbox interviews
leetcode.com , algoexpert.io solutions in python and swift
This is a repository containing the list of company wise questions available on leetcode premium
My solutions to coding interview problems on Leetcode, Algoexpert, Codewars and other interview preparation websites
A complete computer science study plan to become a software engineer.
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Curated coding interview preparation materials for busy software engineers
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
A middle-to-high level open source algorithm book designed with coding interview at heart!
Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep lear…