-
-
-
-
-
AlgoCollection Public
A collection of implementation on various algorithm in cpp
-
bookmarker Public
a project that allows user to save code snippet / resources and review them later
JavaScript UpdatedMar 18, 2021 -
-
my leetcode profile: https://leetcode.com/midokura/
C++ UpdatedFeb 21, 2021 -
LeetcodeTracker Public
A chrome plugin that can monitor your leetcode activity and generate a personalized report. Implemented in Nodejs, MongoDB and Reactjs.
MIT License UpdatedDec 15, 2020 -
-
Leetcode-daily-challenge Public
Forked from miduoliu/Leetcode-daily-challengeTry to record some daily leetcode work
C++ UpdatedAug 17, 2020 -
TreeTraversal Public
all the tree traversal implementation in c++ both recursive and iterative, with some explanation
-
-
-
DynamicProgramming Public
damn there's so many dp problems! and they are confusing as f
-
-
-
-
42__Exams--intermidiate Public
providing reliable, efficient, compact code.
-
42 project, Interview Piscine, algorithms
C UpdatedSep 20, 2019 -
-
ft_malloc--MemoryAllocator Public
my own memory allocator for 42 project ft_malloc
C UpdatedSep 4, 2019 -
42__Exams--Beginner Public
42 Exam solutions for Beginner level, All solution has been tested.
-
-
Nibbler Public
Forked from dylanmpeck/NibblerSnake game with three different GUIs made in OpenGL and loaded as dynamic libraries.
C++ UpdatedJun 30, 2019 -
(passed 125/125) AbstractVM is a machine that uses a stack to compute simple arithmetic expressions. These arithmetic expressions are provided to the machine as basic assembly programs.
C++ UpdatedJun 12, 2019 -
Libc function in ASM. Recodant quelques fonctions basiques de la libc.
C UpdatedJun 8, 2019 -
(passed 125/125) recode linux netutil traceroute in c.
C UpdatedMay 20, 2019 -
-
42__System_Monitor Public
a system monitor written in c++. By Dylan Peck and me.