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/hungrybluedev/c-programs

A collection of well-documented, mostly self-contained C programs. The programs include implementations of Data Structures as well as Algorithms.

algorithm c data-structures dependency-free implementation

Last synced: 22 Dec 2024

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

๐Ÿ‘จโ€๐Ÿ’ป ๐Ÿ’ช A Repository of General Mathematical Programs, Bits Manipulation, Recursion and 'Data Structures and Algorithms'.

algorithms data-structures java leetcode mathematics problem-solving recursion technical-interview-questions

Last synced: 09 Nov 2024

https://github.com/2kabhishek/topgear-java-data-structure-l1

Solutions for Java-Data-Strucutres-L1 โ˜•๐Ÿงฎ

assignments data-structures java solutions topgear

Last synced: 12 Jan 2025

https://github.com/dev-vivekkumarverma/spellchecker

this uses very efficient data-structure for storing and fast searching of the words (Trie datastructure) and uses persistent storage

autocomplete autocomplete-search autocomplete-suggestions autosuggest data-structures fastapi spellcheck trie trie-tree

Last synced: 25 Nov 2024

https://github.com/sai-suraj-27/cpp

This is my Repo for Practicing C++, Attempting Contests, and Solving Good Problems.

algorithms competitive-programming-contests cpp data-structures important

Last synced: 15 Dec 2024

https://github.com/siraajul/javalpha

Assignments & Practice Code Repo Apna College's "Alpha 3.0" Batch for Placement

algorithms basics data-structures dsa java placement-preparation programm

Last synced: 04 Dec 2024

https://github.com/subhangisati/data-structure-in-c

This is implementation of array, stack, queue, linked list and algorithms in C programming language.

algorithms-and-data-structures c-language c-programming-language data-structures dsa-algorithm practice-programming problem-solving

Last synced: 19 Nov 2024

https://github.com/mahendramahara/dsa-in-c-programing

Explore a collection of C programming language implementations for various data structures and algorithms. From linked lists to sorting algorithms, this repository provides a hands-on approach to learning and understanding essential concepts in data structures and algorithms.

bca bca-project c-programming c-programming-language c-programs cprogramming data-structures data-structures-and-algorithms dsa dsa-algorithm dsa-in-c dsa-learning-series dsa-practice dsa-project lab-exercise lab-report mahendra-mahara mahendramahara programming

Last synced: 19 Nov 2024

https://github.com/micahondiwa/printf

Creating and implementing a custom printf function in C

c cli data-structures header-files malloc malloc-free printf

Last synced: 16 Dec 2024

https://github.com/liva2008/algorithm

PPT of Modern Javascript Data Structures and Algorithms

algorithms data-structures javascript js ppt

Last synced: 16 Jan 2025

https://github.com/camara94/data-visualization-with-python

Data visualization and some of the best practices when creating plots and visuals. The history and architecture of Matplotlib, and how to do basic plotting with Matplotlib. Generating different visualization tools using Matplotlib such as line plots, area plots, histograms, bar charts, box plots, and pie charts. Seaborn, another data visualization library in Python, and how to use it to create attractive statistical graphics. Folium, and how to use to create maps and visualize geospatial data.

data data-science data-structures data-visualization python3

Last synced: 23 Dec 2024

https://github.com/MasoudFallahpour/DS-Book

A "questions and answers" book about fundamental data structures (in Persian)

algotithms book data-structures latex persian xepersian

Last synced: 19 Nov 2024

https://github.com/marwa-eltayeb/datastructures_and_algorithms

Data Structures and Algorithms implemented in Java

algorithms data-structures java

Last synced: 26 Nov 2024

https://github.com/sabyasachi-seal/books

All the books that can help you for a CS Degree

algorithms books cse daa data-structures maths

Last synced: 08 Jan 2025

https://github.com/avidlearnerinprogress/datastructures-ucsd

Coursework solutions to UCSD DSA Specialization

cpp data-structures

Last synced: 14 Jan 2025

https://github.com/thanhngan22/dsa-writeups

๐Ÿ’ฆ some exercises in Hackerrank and other sources used to practice

algorithms data-structures hackerrank-solutions

Last synced: 03 Jan 2025

https://github.com/toreda/strong-types

Automated type checks and guaranteed return types with 1 line of code. Say goodbye to reference errors from unexpected types. Write less validation code and improve quality.

data-structures strong-types type-safe type-safety type-system

Last synced: 18 Dec 2024

https://github.com/anishlearnstocode/python-workshop-3

Python ๐Ÿ Workshop on Language Basics, Constructs and introduction in Data Structures & Algorithms ๐Ÿ‘จโ€๐Ÿ’ป @WhatAfterCollege ๐ŸŽ“

algorithms arithmetic-expression data-structures dictionary functions generator-function introduction-to-programming list logical-expression methods oops pycharm pycharm-ide python python3 tuple workshop

Last synced: 19 Dec 2024

https://github.com/pranav016/ds-algo-in-python

Implementation of Data-structures and Algorithms in Python.

algorithms data-structures python time-complexities

Last synced: 24 Dec 2024

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 Jan 2025

https://github.com/nop-dev/learning-js

Esse repositรณrio contem todas as anotaรงรตes que fiz enquanto estudava um mรณdulo da trilha Explorer da Rocketseat sobre JavaScript. ๐Ÿ”ฐ

data data-structures functions javascript js

Last synced: 10 Jan 2025

https://github.com/kkgthb/download-salesforce-objects-and-fields-as-json

A CumulusCI project that helps you download a Salesforce org's objects and fields as JSON

cumulusci data-structures database json metadata python salesforce salesforce-objects schema sfdx

Last synced: 03 Jan 2025

https://github.com/papachristoumarios/abstract-data-types

A library implementing some data structures for educational purposes

adt algorithm data-structures tree

Last synced: 12 Jan 2025

https://github.com/serhatkacmaz/cpp-datastructuresandalgortihms

Contains codes related to data structures

algorithms cplusplus data data-structures

Last synced: 10 Jan 2025

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/dangkhoasdc/taocp

working through the Art of Computer Programming

algorithms analysis-of-algorithms data-structures programming

Last synced: 02 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/jdeokkim/algoitni

A collection of libraries that implement various data structures and algorithms.

algoitni algorithms data-structures raylib raylib-examples

Last synced: 18 Dec 2024

https://github.com/n8rzz/quad-tree

QuadTree data structure written in TypeScript

canvas data-structures quadtree typescript

Last synced: 13 Dec 2024

https://github.com/scriptnull/linkedlist.cr

Linked List Implementation for Crystal Programming Language

data-structures linked-list

Last synced: 17 Dec 2024

https://github.com/isinghabhishek/java_dsa-basic-to-advance

This repo contains all my learning related to fundamentals of Java Programming language, and the Data Structures and Algorithm. Many of the Classical problems solution, and important algorithms explanation with algorithms problem examples solution. Java Data Structure and Algorithms

algorithms data-structures java problem-solving

Last synced: 11 Jan 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/sidvishnoi/compact-prefix-tree

A serializable compact prefix tree (also known as Radix tree or Patricia tree or space-optimized trie) implementation in JavaScript.

compact-prefix-tree data-structures patricia-tree prefix-tree prefix-trie radix-tree trie trie-tree

Last synced: 17 Dec 2024

https://github.com/ailynux/dsa-lab

This is a data structures and algorithms (DSA) cheatsheet.

algorithms algorithms-and-data-structures cheatsheet data-structures dsa dsa-practice

Last synced: 17 Jan 2025

https://github.com/bertptrs/safelist

A memory-safe linked list in C++

c-plus-plus data-structures linked-list memory-management

Last synced: 11 Jan 2025

https://github.com/yungshenglu/onlinejudgenctu

Personal submissions on Online Judge NCTU (ๅœ‹็ซ‹ไบค้€šๅคงๅญธ็จ‹ๅผ่งฃ้กŒ็ณป็ตฑ)

algorithms cpp data-structures

Last synced: 26 Dec 2024

https://github.com/roy7077/codechef-practice

this repository is dedicated to storing solutions for problems from CodeChef, a popular competitive programming platform. Emphasize that it is a personal repository created to track my progress and showcase my problem-solving skills.

algorithms algorithms-and-data-structures codechef codechef-long-challenge codechef-solutions competative-programming contest-programming data-structures dsa problem-solving

Last synced: 17 Jan 2025

https://github.com/xushaohua/thealgorithms

All data structures and algorithms in Rust. ไฝฟ็”จ Rust ่ฏญ่จ€ๅฎž็Žฐๆ‰€ๆœ‰็š„ๆ•ฐๆฎ็ป“ๆž„ไธŽ็ฎ—ๆณ•

algorithms data-structures leetcode rust

Last synced: 12 Jan 2025

https://github.com/yjl9903/setmap

Use Hash to check whether two sets are equal.

data-structures hash

Last synced: 17 Dec 2024

https://github.com/broucz/lf-queue

A lock-free multi-producer multi-consumer unbounded queue.

concurrency data-structures mpmc-queue queue

Last synced: 24 Dec 2024

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

ะกะตั€ะธั ัƒั€ะพะบะพะฒ "ะะปะณะพั€ะธั‚ะผั‹ ะธ ัั‚ั€ัƒะบั‚ัƒั€ั‹ ะดะฐะฝะฝั‹ั…" ะฝะฐ YouTube

algorithms data-structures lessons youtube-tutorial-series

Last synced: 26 Dec 2024

https://github.com/miguelestradam36/basic-local-data-management

Python | Data Transformations with Pandas and Sqlite3.

data data-structures jupyter pandas python sql sqlite3

Last synced: 12 Jan 2025

https://github.com/29dch/data-structure-project-ofo-shared-bicycle

ๆ•ฐๆฎ็ป“ๆž„้กน็›ฎ๏ผŒC++ๅฎž็Žฐ๏ผŒไธป่ฆ็”จๅˆฐไบ†้“พ่กจใ€ๆ ˆๅ’Œๆ–‡ไปถๅญ˜ๅ‚จ็ญ‰็Ÿฅ่ฏ†็‚นใ€‚

cpp data-structures

Last synced: 10 Jan 2025

https://github.com/nicbet/cart

Crystal Adaptive Radix Tree Implementation

algorithms crystal-language data-structures radix-tree tree

Last synced: 03 Jan 2025

https://github.com/ahmed-roshdy-1/lab-3-assissment

it problem-solving using data structures and that when I in my second years in computer science college

c data-structures

Last synced: 12 Jan 2025

https://github.com/ahmed-roshdy-1/implementing-stack-using-c

this problem I had solved in my second year in computer science college

c data-structures stack

Last synced: 12 Jan 2025

https://github.com/ahmed-roshdy-1/lab-3_7

problem-solving using data structures

c data-structures

Last synced: 12 Jan 2025

https://github.com/am-kantox/finger_tree

Pure Elixir implementation of FingerTree

binary-tree data-structures elixir elixir-lang queue

Last synced: 17 Dec 2024

https://github.com/wzslr321/datastructures_implementation

data structures which I've tried to implement in C++, much more incoming ๐Ÿ‘จโ€๐Ÿ’ป

cpp data-structures

Last synced: 03 Jan 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: 12 Dec 2024

https://github.com/lebrancworkshop/learn-dsal-cpp-mikelopster

Learning Data Structures and Algorithms with C++ by Mikelopster (Thai Software Developer Youtube Channel)

algorithms algorithms-and-data-structures cpp data-structures data-structures-and-algorithms

Last synced: 13 Dec 2024

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/make-github-pseudonymous-again/js-collections-ordereddict

:signal_strength: Python's ordereddict data structure for JavaScript

agpl collections data-structures dict javascript ordered ordereddict

Last synced: 18 Dec 2024

https://github.com/angelosans/typescript

From noob to Pro using TypeScript

data-structures

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/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/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/theodesp/algorithms-erickson

Algorithms Workbook exercises by Jeff Erickson

algorithms data-structures exercises learning-by-doing

Last synced: 19 Dec 2024

https://github.com/kauahensilva/c_double_circular_linked_list_and_others

This project is a simple bibliographic reference manager developed to study the C language and data structures.

c data-structures estrutura-de-dados

Last synced: 17 Jan 2025

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/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/rmodi6/minesweeper-game

The age-old annoying Minesweeper game on Windows implemented in Java using Java Swing tools.

data-structures java java-game java-swing java-swing-game minesweeper-game

Last synced: 11 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