Data Structures
Projects with this topic
-
Describes various topics related to Computer Science, in my own words. Contains some mini projects that are examples/playgrounds of various topics.
Uses .md files for each topic that are situated in descriptive directories.
A 'Work In Progress'.
UpdatedUpdated -
A tiny library for reading and writing typed data into buffers. It bites bytes!
Updated -
The project finds the best spots for restaurants, avoiding placing restaurants too close together, and maximizing profit while keeping them a minimum distance apart. It uses dynamic programming to compute revenue and backtracking to select sites.
Updated -
For a mind-free weekend getaway, it allocates individuals to vehicles, ensuring each has ≥2 drivers, following rules and preferences. It initializes, allocates drivers, assigns remaining individuals based on preferences, and validates the allocation, employing a greedy approach, returning None if any step fails, or the achieved allocation otherwise.
Updated -
-
-
-
Algorithms and data structures for learning purposes.
Updated -
M's ropes library: a rope data structure library implemented in C
Updated -
Welcome to the Kotlin Dojo! This is a repository to document my data structures and algorithms journey in Kotlin. I will be adding solutions to problems from various sources, including LeetCode, HackerRank, and Cracking the Coding Interview, and tests for each solution.
Updated -
Just yet another data structure library.
Updated -
Waffle (Spatial Index) data structure implementation in C++.
Updated -
Simple to use C++ STL like Template Data Structures in C !
Updated -
All the general data structures in c.
Updated -
-
🚧 Exploring various algorithms, concepts, data structures, libraries, and tools.Updated -
Implementación de un programa que permite la lectura de archivos HTML a través de una URL o de un archivo local y realiza los procesos de edición, validación e informes del estado de un documento web.
Updated -
-