Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Data structures

A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.

https://github.com/tusharpamnani/dsa

A comprehensive resource for learning DSA. Originally crafted for personal revision, it has evolved into an open library for enthusiasts, students, and developers alike.

algorithms data-structures

Last synced: 01 Feb 2025

https://github.com/dhravya/dsa-for-noobs

A collection of data structures and algorithms I'm writing while learning

algorithms data-structures

Last synced: 06 Feb 2025

https://github.com/jabolopes/go-safeslice

Go slice that can be modified while being traversed.

data-structures generics go go-library golang golang-library slices utility

Last synced: 07 Feb 2025

https://github.com/themusharraf/fastapibooks

A REST API built with Python and FastAPI, integrating with PostgreSQL for CRUD operations (Create, Read, Update, Delete) on books.

api architecture data-structures database fastapi render server sqlalchemy

Last synced: 17 Dec 2024

https://github.com/braintwister/record

A heterogeneous data structure for C++

cpp data-structures heterogeneous polymorphism

Last synced: 19 Jan 2025

https://github.com/georgegkas/data-structures

Personal repository, containing implementations and notes about data structures.

c data-structures set stack

Last synced: 25 Dec 2024

https://github.com/dps0340/doitdatarithm

'Do it! 자료구조와 함께 배우는 알고리즘 입문 C 언어 편' 연습문제 풀이

algorithms data-structures solutions

Last synced: 01 Feb 2025

https://github.com/miroslav-reiter/algoritmy_a_datove_struktury

🤖 Algoritmy a Dátové Štruktúry - Zoznam, popis a implementácia najpoužívanejších algoritmov na hľadanie, triedenie, grafy, prácu s poliami v rôznych programovacích jazykoch (Python, Java, C/C++, VBA, C#, JavaScript, PHP)

algorithms algoritmy archicture architecture-components data-structures reiter vita

Last synced: 15 Feb 2025

https://github.com/robertzhidealx/lytepq

A small and mighty suite of data structures in JavaScript.

algorithms array binary-heap data-structures disjoint-sets javascript priority-queue queue union-find

Last synced: 25 Dec 2024

https://github.com/abhijeet-muneshwar/geeksforgeeks

This repository contains solutions to GeeksForGeeks problems

algorithm data-structures java

Last synced: 08 Feb 2025

https://github.com/jintao-huang/leetcode-py

针对LeetCode解题开发的基于python的数据结构和算法库`leetcode-alg`

algorithm data-structures leetcode leetcode-alg leetcode-python leetcode-solutions python python3

Last synced: 14 Feb 2025

https://github.com/bodrovis-learning/datatypesalgo-yt-series

Серия уроков "Алгоритмы и структуры данных" на YouTube

algorithms data-structures lessons youtube-tutorial-series

Last synced: 26 Dec 2024

https://github.com/3ein39/academic

Organizing some college assignments and random things ; )

console-application data-structures oop

Last synced: 10 Jan 2025

https://github.com/ashok-arjun/facebook-clone

Data Structures mini package to simulate the organization of users in facebook network. Includes the implementation of various data structures including Graph, Trie, Queue and Stack.

data-structures facebook-network graph linked-list list queue queues stack stacks

Last synced: 30 Jan 2025

https://github.com/alexforster/deque

A simple fixed-size deque implementation in C.

c data-structures deque

Last synced: 20 Jan 2025

https://github.com/aditeyabaral/hashmap-lemmatizer

A simple lemmatizer made as a part of the Data Structures (UE18CS202) course at PES University. We used the concepts of graph networks combined with a HashMap to create the database of words along with their lemma.

c data-structures graph hashing lemmatization linked-list natural-language-processing

Last synced: 17 Jan 2025

https://github.com/aditeyabaral/data-structures-lab-ue18cs207

A repository containing the source codes to the problem statements given as part of the Data Structures Laboratory course (UE18CS207) at PES University.

algorithms algorithms-and-data-structures c data-structures

Last synced: 17 Jan 2025

https://github.com/omarfawzi/data-structures

Various Data Structures implemented using C++

cplusplus data-structures

Last synced: 05 Feb 2025

https://github.com/yawar-abass/dsa

Data Structure And Algorithms through Java. Some Basic Java Programs .

algorithms data-structures data-structures-and-algorithms dsa java

Last synced: 01 Jan 2025

https://github.com/kittonn/data-structure-and-algorithms

Learn Data Structure and Algorithms using python.

algorithms data-structures

Last synced: 10 Feb 2025

https://github.com/sakapon/wbtrees

Provides a basic implementation of weight-balanced binary trees.

algorithms binary-search-tree data-structures self-balancing-binary-search-tree weight-balanced-tree

Last synced: 17 Jan 2025

https://github.com/abdalrahman-alhamod/tree-algorithms

The Tree Algorithms project is a Java-based repository that provides implementations of various tree data structures and algorithms. It offers a collection of classes for building, manipulating, and traversing trees, as well as performing operations specific to different types of trees.

algorithms avl-tree binary-search-tree binary-tree binsary btree data-structures desktop-application heap heapsort-algorithm java maxheap min minheap priority-queue trees

Last synced: 09 Feb 2025

https://github.com/snehalyelmati/competitive-programming-golang

Repository to maintain LeetCode, Kickstart and CodeChef solutions in Go. Implementation and notes of data structures and algorithms.

algorithms data-structures golang google-hashcode google-kickstart leetcode

Last synced: 06 Feb 2025

https://github.com/abdur75648/anagram-generator

A Java program that prints out all valid anagrams of an input string present in the a vocabulary

algorithms anagrams assignment avl-tree binary-search-tree binary-tree col106 collision data-structures dsa hashing hashing-algorithm hashmap hashtable iitd

Last synced: 06 Feb 2025

https://github.com/iboud0/hnsw-attribute-filtering-optimization

Optimizing multi-attribute filtering for Approximate Nearest Neighbor (ANN) search using HNSW. This project integrates bitsets and Roaring Bitmaps into HNSWLib to accelerate query performance by reducing evaluation costs for large attribute datasets.

ann-search approximate-nearest-neighbor bitsets cpp data-structures efficient-filtering hnsw optimization roaring-bitmaps

Last synced: 01 Jan 2025

https://github.com/shishir-grez/data-structures-algorithms

Solutions to various questions for Data Structures and Algorithms

algorithms cpp data-structures python

Last synced: 23 Jan 2025

https://github.com/shivamm-55/leetcode-contest-solution

Leetcode Weekly Contest 400 Solution in Python, C++, Java

comptetive-programming data-structures java leetcode-solutions python

Last synced: 01 Jan 2025

https://github.com/mavroprovato/algorithms

A library that implements various data structures and algorithms in C.

algorithms c data-structures

Last synced: 17 Jan 2025

https://github.com/utkarshmishra12/leetcode_solutions

LeetCode Solutions - Repository For Codes Of Various Data Structures And Algorithms and Competitive Programming Problems

algorithms coding-solutions cpp data-structures interview interview-preparation leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions

Last synced: 01 Jan 2025

https://github.com/iamjayprakash/dsa

This Repository contains codes in C programming Language related to Data structure and Algorithm.

c ccode code cprogramming data-structures dsa linked-list queue stacks

Last synced: 23 Dec 2024

https://github.com/vedant-jain03/dsa-questions

This repo contain all my Algorithms basics problems and problem types

algorithms cpp14 data-structures

Last synced: 10 Jan 2025

https://github.com/qnhat2004/competitive_programming

Data Structures and Algorithms in CP

algorithms data-structures programming

Last synced: 14 Feb 2025

https://github.com/ikauematos/data-structurec

Hello devs okay with you guys? this repository aims to show a little about the sorting methods using C to apply the ordering methods

c data-structures language

Last synced: 10 Jan 2025

https://github.com/john-cd/datastructures

Basic data structures in C#

csharp data-structures

Last synced: 24 Dec 2024

https://github.com/fmw666/data-structure

💡 数据结构(基于 C++ 语言) + 算法 (基于 C语言 和 Python语言)

algorithms c cpp data-structures datastructures-algorithms python3

Last synced: 18 Dec 2024

https://github.com/pedrofurtado/c-data-structures

Data structures implemented in C.

c data-structure data-structures

Last synced: 10 Feb 2025

https://github.com/riddhish97/dsa

This Repo will have DSA and problem solving solution

algorithm array data-structures dynamic-programming hashmap javascript

Last synced: 10 Jan 2025

https://github.com/nilesh2000/errorfreecodes

Repository I use for my interview preparation.

algorithms cpp data-structures

Last synced: 10 Jan 2025

https://github.com/chiragkumargohil/to-do-list-cli

I opted a Guided Project from Coursera Learning Platform. In that module, a To-Do List App was created using Python language. I have extended that project and prepared a code so that user's inputs will be saved in .csv file. So, user can access his/her past input data as well.

csv data-structures python to-do-list todolist

Last synced: 24 Dec 2024

https://github.com/bogwi/eruzero

Bullet-Train fast hashmap for Zig

benchmark data-structures hashmap hashtable zig zig-package ziglang

Last synced: 24 Dec 2024

https://github.com/ahmednassar7/competitive-programming

This repository contains Data Structure and Algorithms topics.

algorithms competitive-programming cpp data-structures problem-solving

Last synced: 24 Dec 2024

https://github.com/madjiebimaa/dsa

Repository to store all implementation of data structures and algorithms that I have learned.

algorithms data-structures go golang

Last synced: 17 Jan 2025

https://github.com/fou1100ouacus/course19_driving-license-management_full-real-project

DVLD is a Desktop Application that I've been working on from scratch, using .NET Core Windows Forms, ADO.Net and Microsft SQL Server from Programming Advices Course 19.

advanced-programming csharp-code data-structures database desktop-app dotnet sql

Last synced: 24 Dec 2024

https://github.com/d-coder135/linear_data_structures_java

Implementation of my own version of codes for the linear data structures in Java Programming Language.

data-structures intellij-idea java linear-data-structures

Last synced: 25 Dec 2024

https://github.com/albertopirillo/api-project-2020

Projects of Algorithms and Data Structures @ PoliMi. Implementation of an efficient text editor inspired by ed, with added undo and redo functionalities.

algorithms data-structures performance text-editor

Last synced: 01 Jan 2025

https://github.com/georgegkas/data_structures_and_algorithms_in_python

My solutions to the exercises found in the book "Data Structures and Algorithms in Python".

algorithms algorithms-implemented data-structures python3

Last synced: 25 Dec 2024

https://github.com/gaurav-chaurasia/dsa

All my practice problem(data-structure and algorithmic) and code are here

algorithm competitive-programming cpp data-structures readme-md

Last synced: 02 Jan 2025

https://github.com/angelosans/typescript

From noob to Pro using TypeScript

data-structures

Last synced: 25 Dec 2024

https://github.com/angelosans/csharp

From Junior to Senior using Csharp, this repository will enhance my knowledge in C# language #c#

data-structures design-patterns oop-in-csharp

Last synced: 25 Dec 2024

https://github.com/angelosans/java

From noob to pro, using this repository to improve my java programing abilities

data-structures design-patterns oop-in-java

Last synced: 25 Dec 2024

https://github.com/aswinbarath/100-days-of-ds-algo

100 Days of DS Algo: Problem solving on Data Structures and Algorithms

algorithms data-structures

Last synced: 25 Dec 2024

https://github.com/th-blitz/leetcode-templates

My Collection of LeetCode templates like sorting algorithms, search algorithms & data-structures from scratch in C, C++, Rust, JavaScript & Python.

algorithms data-structures leetcode leetcode-cpp leetcode-python leetcode-rust rust

Last synced: 01 Jan 2025

https://github.com/davidson-souza/cpp

Códigos aleatórios em c/c++

code cpp data-structures examples math number-theory

Last synced: 01 Jan 2025

https://github.com/limajpp/data-structures-exam

This repository contains my group's solution implementation for the final exam of the data structures course. It was designed by me, and my friend, Gabriel.

algorithms algorithms-and-data-structures binary-search-tree data-structures hashmap java linked-list

Last synced: 25 Dec 2024

https://github.com/bsanket16/data-structures-and-algorithms

My data structures and algorithms library

algorithms data-structures java

Last synced: 26 Dec 2024

https://github.com/bsanket16/data-structures

Data Structures and Algorithms Library

algorithms data-structures problem-solving

Last synced: 26 Dec 2024

https://github.com/sheabunge/kit205-labs

Lab files for KIT205 Data Structures and Algorithms (Semester 1, 2018)

algorithms data-structures

Last synced: 23 Jan 2025

https://github.com/lastancientone/amd-vs-nvda

Analyzing 2 technology stocks using Master Analyst Program (MAP).

data data-analysis data-structures data-visualization excel forecasting time-series-analysis

Last synced: 26 Dec 2024

https://github.com/bryanbill/algo

Algo is a series of several algorithms written in pure dart

algorithms data-structures

Last synced: 26 Dec 2024

https://github.com/rabi-siddique/sudoku-solver

A web application that allows you to solve a Sudoku puzzle using a backtracking algorithm. The goal of this application is to help you visualize how the backtracking algorithm works to solve the puzzle.

algorithms computer-science data-structures interview interview-questions programming

Last synced: 30 Jan 2025

https://github.com/a3ro-dev/dsa

My data structure and algorithm repository. In Python

data-structures linked-list python stack

Last synced: 02 Jan 2025

https://github.com/satishdash/juliaexercism

Exercises on various Julia concepts from Exercism.io

data-structures julialang programming

Last synced: 26 Dec 2024

https://github.com/mathusanm6/leetcode

Solutions for Leetcode Problems (tested using pytest and continuous integration)

algorithms algorithms-and-data-structures continuous-integration data-structures flake8 leetcode-python leetcode-solutions pytest

Last synced: 07 Feb 2025

https://github.com/yungshenglu/onlinejudgezero

Personal Submission of Online Judge Zero (臺灣高中生程式解題系統)

algorithms cpp data-structures

Last synced: 26 Dec 2024

https://github.com/levichu51/pro2-practica1-22-23

Primera práctica de la asignatura de Programación 2 de la UDC 22/23

data-structures programming udc university

Last synced: 26 Dec 2024

https://github.com/levichu51/pro2-practica2-22-23

Práctica de la asignatura de Programación 2 de la UDC 22/23

data-structures programming udc university

Last synced: 26 Dec 2024

https://github.com/annennenne/pcadsc

An R package for performing Principal Component Analysis-based Data Structure Comparisons (PCADSC)

data-structures exploratory-data-visualizations principal-component-analysis r

Last synced: 30 Jan 2025

https://github.com/vs4vijay/data-structures-and-algorithms

Data Structures and Algorithms problems and solutions in Ruby

data-structures datastructures dsa ruby

Last synced: 10 Jan 2025

https://github.com/ernitingarg/very-large-file-processing-python

Python solution which uses min-heap data structure and thread parallalism to process very large file

data-structures large-files min-heap multiprocessing python3 space-complexity threading time-complexity unit-testing

Last synced: 26 Dec 2024