Graffioh / bertos-infernoLinks
My path from leetcode hell to bigtech heaven
☆16Updated 9 months ago
Alternatives and similar repositories for bertos-inferno
Users that are interested in bertos-inferno are comparing it to the libraries listed below
Sorting:
- small auto-grad engine inspired from Karpathy's micrograd and PyTorch☆272Updated 7 months ago
- Intro to leetcodes. Basic techniques, quicksort and hash structures implementation, space and time complexities.☆96Updated 11 months ago
- a tiny multidimensional array implementation in C similar to numpy, but only one file.