ThanasisMattas / cp-handbookLinks
Algorithms from Competitive Programmer's Handbook by Antti Laaksonen
☆23Updated 4 months ago
Alternatives and similar repositories for cp-handbook
Users that are interested in cp-handbook are comparing it to the libraries listed below
Sorting:
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆229Updated last year
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆97Updated last year
- A single-threaded TCP server with an event loop using the poll system call written in C.☆91Updated last year
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆341Updated 3 weeks ago
- Book in Progress☆357Updated last week
- Assembly Guide☆166Updated 3 years ago
- Build real C projects with 18 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.☆330Updated 2 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆153Updated last month
- ✨ ML/AI & Bio/Medicine Research☆257Updated this week
- GPT-2 in C☆75Updated 7 months ago
- Problem sets completed from HUJI's offering of From NAND to TETRIS - The Elements of Computing Systems, 2017. A complete description for…☆124Updated 6 years ago
- Low-Level Programming Roadmap and Resources☆1,195Updated 2 weeks ago
- parallelized hyperdimensional tictactoe☆123Updated 11 months ago
- High performance hybrid classical-quantum computing learning framework written in C☆444Updated 6 months ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆160Updated 2 years ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 11 months ago
- http server written in cpp☆88Updated 11 months ago
- "The gift of mental power comes from God, Divine Being, and if we concentrate our minds on that truth, we become in tune with this great …☆88Updated 4 years ago
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆275Updated 8 months ago
- C Programing Tutorials based on First Year BCA Subject 104-CPPM☆46Updated 10 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆75Updated 3 months ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆37Updated last year
- An HTTP server written from scratch in C.☆52Updated last year
- Question paper of courses taught at IISC as part of MTech AI curriculum☆71Updated 8 months ago
- An implement of deep learning framework and models in C☆48Updated 4 months ago
- Abstract thinking patterns and problem decomposition / solving strategies☆47Updated last month
- creating a tiny tensor library in raw C☆788Updated 5 months ago
- A curated list of project-based tutorials in C☆658Updated 5 years ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆302Updated 3 weeks ago
- Lightweight web server with hot reload and dynamic html templating.☆253Updated 3 months ago