Highlights
- Pro
Lists (2)
Sort Name ascending (A-Z)
Stars
This project is dedicated to the implementation and research of Kolmogorov-Arnold convolutional networks. The repository includes implementations of 1D, 2D, and 3D convolutions with different kern…
Binary Space Partitioning Tree implementation in C++.
My personal C++ template for Competitive Programming
A simple implementation of RSA encryption for arbitrary strings
A full-text search engine built using inverted indices for efficient retrieval of text documents from the arXiv dataset
A multimedia search engine built using face embeddings and multidimensional indexing techniques for efficient retrieval of face images
Simulation of a classical mechanical system with animation
Proyecto para el curso de programación III
Dynamic hash table implementation that uses chaining method. Supporting insertion, delete and equality search.
AVL-tree implementation, supporting insertion, key based search, and remove operations.
Mini file management system for fixed and variable length records
Static k-ary tree constructed in disk files. His main operation is the key-based search, but it also supports range search
Auto-balanced binary search tree implementation that works with secondary memory to store records. Supports insertion, key-based search, range-based search and remove.
A simulation of animals that fly in flocks and collide with each other. Internally, it uses an implementation of a bucket-PR-quad-tree to manage searches for nearby neighbors.
Sorted index file that uses disk files and RAM to manage record insertions and searching
Linear regression prediction model for the Most Streamed Spotify Songs 2023 dataset
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
Academic implementation of a tokenizer for a simple stack machine language
Fixed-size hash table implementation for data storage and retrieval. It offers customizability, file-based storage, and error handling for managing large datasets.