Pinned Repositories
DSA-Training
CC
Everything competitive programming related - introductory guide, topics/concepts, practice problems, snippets & templates, tips & tricks and more.
cmake-project-base
CMake Project template
Codeforces-submissions
cs-f211-dsa-2020-21
Repository of problems and solutions of labsheets used for Data Structures and Algorithms (CS F211) in Semester 2, 2020-21 at BITS Pilani - Hyderabad Campus.
FCFS-RR-Scheduling
Emulation and analysis of two process scheduling algorithms (FCFS and RR) for different workloads, written in C.
metamorphosis
A simple implementation of the Bresenham algorithm for primitive line/circle drawing using OpenGL 3.3.
RNA-secondary-structure-prediction
Given a nucleic acid sequence of RNA, find a maximum matching of {A,U} or {C,G} base pairs without knots or sharp turns.
sweepline-intersections
Given n line segments, efficiently find all points of intersection. This is a modern C++ implementation of the Bentley-Ottman algorithm from (almost) scratch because why not.
the-hyp0cr1t3
the-hyp0cr1t3's Repositories
the-hyp0cr1t3/CC
Everything competitive programming related - introductory guide, topics/concepts, practice problems, snippets & templates, tips & tricks and more.
the-hyp0cr1t3/sweepline-intersections
Given n line segments, efficiently find all points of intersection. This is a modern C++ implementation of the Bentley-Ottman algorithm from (almost) scratch because why not.
the-hyp0cr1t3/metamorphosis
A simple implementation of the Bresenham algorithm for primitive line/circle drawing using OpenGL 3.3.
the-hyp0cr1t3/Codeforces-submissions
the-hyp0cr1t3/RNA-secondary-structure-prediction
Given a nucleic acid sequence of RNA, find a maximum matching of {A,U} or {C,G} base pairs without knots or sharp turns.
the-hyp0cr1t3/cmake-project-base
CMake Project template
the-hyp0cr1t3/cs-f211-dsa-2020-21
Repository of problems and solutions of labsheets used for Data Structures and Algorithms (CS F211) in Semester 2, 2020-21 at BITS Pilani - Hyderabad Campus.
the-hyp0cr1t3/FCFS-RR-Scheduling
Emulation and analysis of two process scheduling algorithms (FCFS and RR) for different workloads, written in C.
the-hyp0cr1t3/the-hyp0cr1t3
the-hyp0cr1t3/Codeforces-Standingsinator
the-hyp0cr1t3/HITS-PageRank
This is an implementation of the HITS and PageRank algorithms from scratch.
the-hyp0cr1t3/advent-of-code
the-hyp0cr1t3/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
the-hyp0cr1t3/DSA-code
the-hyp0cr1t3/Leaflet-explorations
the-hyp0cr1t3/Networking-Quizz
Quizz-game UI implementing network programming
the-hyp0cr1t3/Polygon-new-problem-template
the-hyp0cr1t3/RB_tree