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/rynanda/project-management-system

Managing a list of tasks in a project using data structures and algorithms.

abstract-data-types algorithms csharp data-structures depth-first-search topological-sort

Last synced: 20 Nov 2024

https://github.com/hqarroum/binary-search-tree

🌳 A set of idiomatic implementations of a binary-search tree in multiple languages.

algorithms-and-data-structures binary-search-tree bst-tree c cpp17 data-structures python tree-structure

Last synced: 01 Jan 2025

https://github.com/ionux/arduino-bounded-queue

Helpful software library for quickly & easily adding support for fixed-size (bounded) queues to your Arduino project.

arduino arduino-library arduino-project cpp data-structures embedded fixed library queue safety-critical sbc

Last synced: 02 Jan 2025

https://github.com/mishalgupta/dsa-java

Here are all my Data structures & algorithm practice solutions.

algorithms data-structures geeksforgeeks-solutions hackerrank-solutions java leetcode-solutions

Last synced: 04 Jan 2025

https://github.com/josugoar/jlib

GLib inspired generic data structures C library for personal use

c data-structures

Last synced: 01 Jan 2025

https://github.com/isaychris/practice

Practice implementation of algorithms in multiple languages

algorithms cpp data-structures java practice python

Last synced: 04 Jan 2025

https://github.com/hima890/sorting_algorithms

Explore various sorting algorithms implemented in C within this repository. Each algorithm, such as Bubble Sort, Insertion Sort, Selection Sort, and Quick Sort, is meticulously crafted in separate C files. Witness these algorithms in action as they sort arrays or linked lists, with printed outputs after each step.

algorithms alx alx-africa alx-low-level-programming data-structures search-algorithm

Last synced: 25 Dec 2024

https://github.com/cathyfu1215/cs61b

Self-learning CS61B of UCBerkeley , this repo contains both labs and projects

algorithms data-structures java

Last synced: 10 Jan 2025

https://github.com/gozeloglu/hubbmnet

Fall 2018-2019

c data-structures queue stack

Last synced: 04 Jan 2025

https://github.com/nubango/eda-domjudge

Estructuras de Datos y Algoritmos | Data Structures and Algorithms | UCM - DV

algorithms algorithms-and-data-structures data-structures

Last synced: 17 Nov 2024

https://github.com/vijayksingh/practice-datastructure

A collection of common data structure exercises accompanied with test cases for self study.

algorithms algorithms-and-data-structures data-structures datastructures-algorithms interview javascript practice

Last synced: 24 Nov 2024

https://github.com/snehachhipa/wordle_datastructures

A Data Structures project as part of course work of BSc in Computer Science UCD.

binary-tree compression-algorithm data-structures hashmap-java java object-oriented-programming priority-queue

Last synced: 10 Jan 2025

https://github.com/kambojankit/javads

Implementation of various Data Structures & algorithms along with some interesting problem solving.

algorithms-and-data-structures algorithms-datastructures data-structures datastructures dynamic-programming java

Last synced: 11 Jan 2025

https://github.com/nchhillar2004/prisma-schema-blueprints

Advanced Prisma schemas for large-scale applications. Includes MySQL and other databases.

data-structures database prisma prisma-schema

Last synced: 26 Dec 2024

https://github.com/jordanhasgul/character-device-driver

A basic concurrent Linux loadable kernel module (LKM) character device driver.

c data-structures kernel-module

Last synced: 26 Dec 2024

https://github.com/nareshnavinash/datastruct-algorithms

Common Data structure and Algorithm problems

algorithms data-structures problem-solving solutions

Last synced: 26 Dec 2024

https://github.com/imoneo/data_structures_and_computional_complexity

Research on computational complexity of algorithms and data structures

avl-tree cpp data-structures mst-tree research-project shortest-path sorting-algorithms

Last synced: 17 Nov 2024

https://github.com/radzhiv25/dsa

DSA based repository

cpp data-structures

Last synced: 20 Nov 2024

https://github.com/vincentlaucsb/algorithms-sedgewick-wayne

My personal collection of notes, drawings, and code created while reading Algorithms (Fourth Edition) by Robert Sedgewick and Kevin Wayne.

algorithms data-structures java sedgewick

Last synced: 26 Dec 2024

https://github.com/adi-code22/data-structures-and-algorithms

All Data Structures and Algorithm fundamentals with C++ Implementation

algorithms data-structures

Last synced: 20 Nov 2024

https://github.com/cainky/dsapy

DSA implemented in Python [in progress]

algorithms-and-data-structures data-structures python-dsa

Last synced: 10 Jan 2025

https://github.com/tonisanta/generar-arbol

Generar postorden de un árbol a partir de sus recorridos de preorden e inorden

arbol data-structures postorden postorder tree

Last synced: 17 Nov 2024

https://github.com/chanmeng666/juejin-algorithm-practice

Collection of algorithm problems and solutions from ByteDance MarsCode Youth Training Camp (Winter 2024-2025). This repository contains coding challenges and their implementations used in the camp's entrance assessment.

algorithms bytedance coding-interview competitive-programming data-structures marscode problem-solving programming-challenges technical-training youth-camp

Last synced: 26 Dec 2024

https://github.com/evandrolg/data_structures_in_ruby

A collection of data structures written in Ruby

algorithms data-structures ruby

Last synced: 15 Nov 2024

https://github.com/gabrieledarrigo/grokking

A repository that contains algorithms and data structure (not only) from "Grokking Algorithm" book

algorithms data-structures grokking-algorithms

Last synced: 24 Nov 2024

https://github.com/bertrand31/cagire

🔍 An experimental search engine supporting real-time partial-match plaintext search

data-structures functional-programming inverted-index scala search-engine trie

Last synced: 26 Dec 2024

https://github.com/kzamanbd/linked-list

In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.

algorithms data-structures linked-list

Last synced: 10 Jan 2025

https://github.com/andreysolovyev381/circular_buffer_bench

Benchmark of boost::circular_buffer, std::vector, std::deque and own fixed size circual buffer

benchmark circular-buffer circular-queue cpp cpp20 data-structures

Last synced: 21 Nov 2024

https://github.com/ale-soares/data-structures-and-algorithms-coursework

Coursework for udemy course JavaScript Data Structures & Algorithms + LEETCODE Exercises

algorithms data-structures data-structures-and-algorithms

Last synced: 31 Dec 2024

https://github.com/magnusrodseth/celeritas

A website for categorizing and visualizing data structures and algorithms.

algorithms data-structures data-visualization nextjs react tailwindcss typescript

Last synced: 21 Nov 2024

https://github.com/aadewunmi/songsplaylist

A java-console-based program that mainpulates a playlist for songs e.g. add song, remove song etc.

algorithms arraylist data-structures java-8 linked-list

Last synced: 25 Nov 2024

https://github.com/imrandil/python_mini_5_project

5 Python mini projects, that will showcase that i am familiar with the python and can work with python as well.

data-structures learning-by-doing projects python

Last synced: 31 Dec 2024

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

自学数据结构

data-structures

Last synced: 02 Jan 2025

https://github.com/rabirabirara/roulette-tree

A red-black tree implemented in Rust.

data-structures rust

Last synced: 01 Dec 2024

https://github.com/danielblagy/containers

Implementations of containers in C++ as template classes.

algorithms containers containers-cpp cpp data-structures dynamic-array linked-list stack

Last synced: 01 Dec 2024

https://github.com/momen-alshouha/data-structures-array-stack-queue

This repo contains a C++ template classes for array , queue and stack , designed with OOP principles. It features various operations for those data-structues and more..

arrays data-structures object-oriented-programming oop-principles queue stack

Last synced: 10 Jan 2025

https://github.com/guyfrommilkyway/dsa-js

Data Structures and Algorithms for JavaScript

algorithms data-structures dsa javascript

Last synced: 22 Nov 2024

https://github.com/dheavy/struqt

Implementation of several common data structures in Javascript.

data-structures datastructures javascript linked-list

Last synced: 15 Dec 2024

https://github.com/leonelbustamante/trabajo-practico-final-edat

Trabajo final de la materia Estructura de Datos 2022

data-structures estructuras-de-datos university

Last synced: 22 Nov 2024

https://github.com/glintonliao/berkeley-cs-61b

CS 61B: Data Structures

algorithms data-structures java

Last synced: 25 Nov 2024

https://github.com/kabirbose/dsa-sorting-assignment

Program that uses different sorting algorithms to sort and manipulate data from a text file

algorithms data-structures python3 sorting

Last synced: 02 Jan 2025

https://github.com/marc-mosca/algorithms

Algorithms and data structures in Swift.

algorithms data-structures swift

Last synced: 25 Nov 2024

https://github.com/mohammad-malik/linkedlist-notepad

A console-based notepad using a 2D linked list for text storage. Features text editing, saving, loading, and a spell-checker with correction suggestions—all in a C++ console environment.

cpp data-structures dsa linked-list linux macos ncurses-library unix

Last synced: 15 Nov 2024

https://github.com/abdo-essam/red-black-tree

Red Black Tree - Data Structure

data-structures pointers redblack-tree

Last synced: 21 Nov 2024

https://github.com/alanmenchaca/java-avanzado

cadenas, caracteres y expresiones regulares, colecciones de genéricos, diseño de clases, lambdas y flujos de Java SE 8.

classes-and-objects data-structures java-se lambdas methods serialization streams

Last synced: 22 Nov 2024

https://github.com/alisatodorova/javachallenges

Some interesting and challenging programs and algorithms I coded in Java.

algorithms data-structures data-structures-and-algorithms java practice-programming

Last synced: 21 Nov 2024

https://github.com/i2mint/s3dol

s3 (through boto3) with a simple (dict-like or list-like) interface

data-structures python python3 s3 s3-bucket s3-storage

Last synced: 15 Dec 2024

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

아주대학교 자료구조 과제 코드

c-language data-structures implementation

Last synced: 01 Dec 2024

https://github.com/nathsagar96/fcc-javascript-algorithms-and-data-structures

freecodecamp - JavaScript Algorithms and Data Structures Certification

algorithms data-structures javascript

Last synced: 22 Nov 2024

https://github.com/primeeagle/vnet.datastructures

A class library that provides many data structures not found in the .NET standard libraries.

data-structures dotnet dotnet-core dotnet-library

Last synced: 22 Nov 2024

https://github.com/arezyhs/cpp-id-generator-calc

Generator ID untuk praktikum mata kuliah Struktur Data. ID yang dihasilkan adalah ID supir dan ID pesanan.

cplusplus data-structures id-generator

Last synced: 21 Nov 2024

https://github.com/isensee-bastian/set-generics

Tutorial code for my video Generics Part 3: How to use Generics in Golang

basic-programming beginner-tutorial-series data-structures generics golang interfaces learn-to-code sets tutorial types youtube

Last synced: 15 Dec 2024

https://github.com/shubhansu-kr/cse205-data-structure-and-algorithms

DSA Course: CSE205: LPU progress | C++ | Lecture PPTs | Solutions | Codes.

cpp cse205 data-structures dsa dsa-algorithm lecture-notes lpu

Last synced: 22 Nov 2024

https://github.com/leandrolimadeveloper/data_structures_and_algorithms

Algorithms and important things covered in the book Grokking Algorithms: An illustrated guide for programmers and other curious people (in Portuguese, Entendendo Algoritmos: Um Guia Ilustrado Para Programadores e Outros Curiosos – the version that I have) written by Aditya Y. Bhargava.

algorithms data-structures python

Last synced: 15 Dec 2024

https://github.com/vishnurp3/interview-prep-java

A collection of efficient and well-documented Java solutions for popular interview questions. Includes JUnit 5 test cases for each problem. Built using Java 17 and Maven.

algorithms coding-challenges coding-interviews data-structures java-interview-preparation java17 junit5 maven problem-solving

Last synced: 01 Dec 2024

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

Python Data Structures implementation examples

data-structures python

Last synced: 01 Dec 2024

https://github.com/xorz57/binarysearchtree

Binary Search Tree written in C++14

binary-search-tree cpp data-structures datastructures

Last synced: 01 Dec 2024

https://github.com/abdoufermat5/algorithmique

# Resolution de quelques problemes et implémentations de quelques algorithmes

algorithms competitive-programming data-structures dsa-algorithm leetcode python

Last synced: 10 Jan 2025

https://github.com/brainhub24/wikihydra

A tool that simply get the latest changes of the Wikipedia articles including there authors of my Grandfathers Wikipedia site, a art SPYTOOL to check who last edit the site.

data-structures scanner spytools wikipedia wikipedia-api wikipedia-scraper

Last synced: 24 Dec 2024

https://github.com/zunainaliazam/phonebook-management-system

This project is made as a project for the implementation of Data structures. In this project, I have used doubly linked list to maintain this phonebook.

cpp data-structures doubly-linked-list

Last synced: 19 Dec 2024

https://github.com/albovo/adventofcode

A repository with all my solution for the advent of code's problems that I solved in my spare time.

advent-of-code c christmas cpp data-structures problem-solving python3 rust

Last synced: 19 Dec 2024

https://github.com/visheshrwl/dsa-notes

Welcome to your one-stop-shop for Data Structures and Algorithms (DSA) practice. It's all about honing your skills and having a blast while doing it!

algorithms algorithms-and-data-structures data-structures hacktoberfest hacktoberfest2023 linked-list

Last synced: 19 Dec 2024

https://github.com/augustdanell/datastructures

Here I implement different datastructures. You never know when you need them, and so, to have them on Git ready to be used has helped me to solve many Kattis problems and more :)

data-structures graph-search-algorithms

Last synced: 24 Dec 2024

https://github.com/googtech/classic-algorithms-in-java

:gem: programs are data structures plus algorithms ~

algorithms data-structures java

Last synced: 19 Dec 2024

https://github.com/youseftareq33/java_datastructuer_1_tawjihirecord-linkedlist-

This project focuses on Tawjihi students in the West Bank and Gaza, and involves working with data using (linkedlist).

data-structures java javafx

Last synced: 24 Dec 2024

https://github.com/shaolans/projet_algav_trie

Implementation of the Patricia Trie and the Hybrid Trie in Java

algorithms data-structures data-visualization graphviz-dot hybrid-training java patricia-tree tree trie

Last synced: 10 Jan 2025

https://github.com/fhasnur/codewars

📂 My solutions to various programming problems (kata) from the codewars platform.

algorithms codewars data-structures javascript problem-solving

Last synced: 25 Dec 2024

https://github.com/milan-sony/ds_in_c

Data Structure Programs in C

c data-structures

Last synced: 10 Jan 2025