Loading repository data…
Loading repository data…
Samaranjan-Manjhi / repository
C/C++ Data Structures & Algorithms practice repo — daily LeetCode/GFG/Coding Ninjas solutions, STL mastery, trees, graphs, and systems-engineering interview prep.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A daily-maintained repository of my C/C++ learning journey — from core language fundamentals to STL internals, DSA problem-solving, and real interview preparation for systems/security engineering roles. Built alongside my work as a C/C++ Systems & Security Engineer (kernel modules, EDR/XDR internals, endpoint security tooling).
/codes — 47 progressive topic modules (step_01 → step_47) covering
C++ fundamentals, OOP (inheritance/polymorphism/abstraction), all major STL
containers (vector, map, set, priority_queue, tuple, etc.), templates, smart
pointers, exception handling, linked lists, stacks/queues, hashing, searching &
sorting, array techniques (two-pointer, sliding window, Kadane's), trees
(BST, AVL, segment/Fenwick, trie), and graph basics./online_coding_platform — Daily solved problems from LeetCode and other
platforms, timestamped by date, tracking consistent practice over months./theory — Consolidated CS fundamentals: complexity analysis, OS concepts,
and core theory notes./clean & /process — Curated "all-in-one" problem sets combining multiple
concepts for quick revision./random_codes — Daily scratch/practice snippets (arrays, sorting, threads,
classes) — less polished, more exploratory.Updated daily as part of my continuous engineering skill development.