Skip to content
View jjordanoc's full-sized avatar
Block or Report

Block or report jjordanoc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

My personal C template for Competitive Programming

C 4 1 Updated Jun 21, 2024

A simple implementation of RSA encryption for arbitrary strings

C 1 Updated Jun 7, 2024

A full-text search engine built using inverted indices for efficient retrieval of text documents from the arXiv dataset

Python 1 Updated May 28, 2024

A multimedia search engine built using face embeddings and multidimensional indexing techniques for efficient retrieval of face images

Python 1 Updated May 28, 2024

Simulation of a classical mechanical system with animation

MATLAB 2 Updated Apr 26, 2024

Proyecto para el curso de programación III

C 1 Updated Oct 26, 2022

Dynamic hash table implementation that uses chaining method. Supporting insertion, delete and equality search.

C 2 Updated Mar 27, 2023

AVL-tree implementation, supporting insertion, key based search, and remove operations.

C 1 Updated Mar 31, 2023

A simple dynamic string simulator

C 1 Updated Apr 4, 2023

Mini file management system for fixed and variable length records

C 1 Updated Apr 11, 2023

Static k-ary tree constructed in disk files. His main operation is the key-based search, but it also supports range search

C 1 Updated May 4, 2023

Auto-balanced binary search tree implementation that works with secondary memory to store records. Supports insertion, key-based search, range-based search and remove.

C 1 Updated May 4, 2023

Full-Text Search Engine

Python 1 Updated Jun 19, 2023

A table indexing system

C 1 Updated Jun 26, 2023

Face Recognition

Python 1 Updated Jul 13, 2023
Python 1 Updated Aug 19, 2023

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.

Python 2 Updated Aug 23, 2023

Sorted index file that uses disk files and RAM to manage record insertions and searching

C 1 Updated Aug 24, 2023

Linear regression prediction model for the Most Streamed Spotify Songs 2023 dataset

Jupyter Notebook 1 Updated Sep 2, 2023

Memory-resident B tree implementation, supporting insertion, key based search, bound based search and range search operations.

C 7 Updated Sep 3, 2023

Academic implementation of a tokenizer for a simple stack machine language

C 1 1 Updated Sep 6, 2023

Fixed-size hash table implementation for data storage and retrieval. It offers customizability, file-based storage, and error handling for managing large datasets.

C 1 1 Updated Sep 7, 2023

The Similarity Search Tree is an efficient method for indexing high dimensional feature vectors. The main objective of this data structure is to obtain the nearest neighbors given a certain query v…

C 2 Updated Nov 13, 2023
Rust 1 Updated Jan 17, 2024

A disk-resident Clustered B tree implementation optimized for secondary memory storage for fixed-length records. This solution supports efficient insertion and range search operations, making it w…

C 3 Updated Feb 10, 2024
1 Updated Feb 14, 2024

Image Retrieval System for the courses of Machine Learning and Advanced Data Structures.

Python 1 1 Updated Feb 16, 2024
Python 1 Updated Apr 3, 2024
Next