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/yisaer/dailycode_in_shulife

My Daily Code in My College life in SHU

assembly data-structures operating-system

Last synced: 02 Dec 2024

https://github.com/ehsanshahbazii/clrs-book

📙Introduction to Algorithms, 3rd Edition by Cormen, Leiserson, Rivest & Stein. (Persian Docs)

algorithm algorithms algorithms-and-data-structures clrs clrs-algorithhms clrs-book clrs-study data-structures

Last synced: 10 Nov 2024

https://github.com/anshumansinha3301/linearsearchcpp

CPP Codes for Sorting, Searching and other DSA Concepts for interview Preparations. Codebase for data structures and algorithms.

algorithms-and-data-structures cpp data-structures searching-algorithms sorting-algorithms

Last synced: 26 Nov 2024

https://github.com/amiralles/dsfs

Data structures from scratch - Source code.

data-structures ruby

Last synced: 11 Nov 2024

https://github.com/javitocor/coding-challenges---repl.it

Solutions to coding challenges at repl.it

algorithms coding-challenges data-structures ruby

Last synced: 01 Dec 2024

https://github.com/knightchaser/easy-data-structure

Hands on data structure, with an easy code by myself.

assembly c cpp data-structures hands-on

Last synced: 30 Nov 2024

https://github.com/daniel-liu-c0deb0t/general-algorithms

A variety of algorithm implementations and short classes, mostly for competitive programming and machine learning.

algorithms data-structures deep-learning deep-q-network java python reinforcement-learning

Last synced: 01 Dec 2024

https://github.com/octcarp/sustech_cs203-dsaa_f22_works

(1080/1000) Labs of CS203 2022 Fall: Data Structure and Algorithm Analysis, SUSTech. Taught by Prof. Bo TANG @tangloner.

algorithms cs203 data-structures sustech

Last synced: 16 Dec 2024

https://github.com/aditeyabaral/data-structures-ue18cs202

A repository containing the source codes for the Data Structures course (UE18CS202) at PES University.

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

Last synced: 16 Nov 2024

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

Đây là repository học data structures ở nhiều ngôn ngữ khác nhau. Trong repo này sẽ chứa các file source về các ví dụ của cấu trúc dữ liệu. Xem thêm trong README

algorithms cpp csharp data-structures rust typescript

Last synced: 16 Nov 2024

https://github.com/ruimaciel/mropes

M's ropes library: a rope data structure library implemented in C

c c90 data-structures rope rope-string string

Last synced: 13 Nov 2024

https://github.com/tcrouch/multiset.cr

Multiset (bag) implementation in Crystal

bag crystal data-structures multiset set

Last synced: 23 Dec 2024

https://github.com/chetannn/dsa-in-typescript

Most of the DSA implementation in TypeScript

algorithms data-structures data-structures-and-algorithms typescript

Last synced: 14 Nov 2024

https://github.com/ryantusi/cs50x

🚀 Dive into the world of coding excellence with my comprehensive collection! This repository hosts a treasure trove of problem sets and lab challenges from CS50x: Harvard's famed Introduction to Computer Science course. 🌟Perfect for learners aiming to sharpen their skills or enthusiasts eager to embrace the art of computer science! 🖥️💡✨

api c computer-science cs50x css data-structures database flask harvardcs50 html javascript python sqlite3

Last synced: 19 Nov 2024

https://github.com/pharo-containers/Containers-OrderedSet

A Set where an order of elements matters or an OrderedCollection with no duplicates. Supports the complete API of Set and OrderedCollection

collection containers data-structures pharo set

Last synced: 17 Nov 2024

https://github.com/vndee/algo-templates

Algorithm templates for competitive programming contest.

acm-icpc algorithms codeforces competitive-programming cpp data-structures topcoder

Last synced: 18 Nov 2024

https://github.com/waynewbishop/bishop-algorithms-swift-package

Examples of commonly used algorithms and data structures in Swift Package format.

algorithms data-structures ios-sdk swift swift-package swift-package-manager xcode xctest

Last synced: 15 Dec 2024

https://github.com/ereh11/competitiveprogramming

Here Solutions to many problems from Codeforces, Hackerrank , Leetcode and Atcoder

algorithms codeforces coding-challenge competitive-programming data-structures hackerrank problem-solving spoj uva

Last synced: 17 Dec 2024

https://github.com/stanislavkozlovski/data_structures_feb_2016

Exercises and Homework for SoftUni's Data Structures February 2016 course, in Python

avl-tree data-structures homework python quad-tree red-black-tree

Last synced: 12 Nov 2024

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

This repository contains JavaScript based examples that will teach you the fundamentals of algorithmic thinking by writing functions that do everything from converting temperatures to handling complex 2D arrays.

algorithm basic-algorithm data-structures data-structures-and-algorithms javascript javascript-guide

Last synced: 19 Nov 2024

https://github.com/thisis-developer/data-structures-algorithms

A data structure is not only used for organizing the data. It is also used for processing, retrieving, and storing data. There are different basic and advanced types of data structures that are used in almost every program or software system that has been developed. So we must have good knowledge about data structures.

array avl-tree binary-search binary-search-tree bubble-sort data-structures graph-algorithms heap insertion-sort linear-search linked-list loops-and-iterations matrix merge-sort queue quick-sort recursion selection-sort stack tree-algorithms

Last synced: 04 Dec 2024

https://github.com/surajv311/myprogramming_interview-prep

A list of coding questions I solved (DS-Algo & CP) 👨‍💻 to enhance my algorithmic thinking skills. Also includes: Notes ✍ | Resources | Core-CS Subjects 📚 | Off-Campus... 🌏

algorithms amazon codechef codeforces competitive-programming cplusplus cpp data-structures data-structures-and-algorithms dynamic-programming faang google graph-algorithms hacktoberfest interview interview-practice interview-questions leetcode-solutions microsoft placement-preparation

Last synced: 19 Nov 2024

https://github.com/ondrowan/algorithms

Algorithm and data structure implementations in Rust

algorithms data-structures educational

Last synced: 08 Dec 2024

https://github.com/jassoncu/algoritmos-y-estructuras-de-datos-en-go

¡Bienvenido al repositorio "Algoritmos y Estructuras de Datos en Go"!

algorithms algorithms-and-data-structures data-structures go golang learning practice

Last synced: 24 Nov 2024

https://github.com/liavbarsheshet/union-find

Generic Union Find Based on up root tree written in c++.

cpp data-structures union-find unionfind

Last synced: 16 Jan 2025

https://github.com/bohnacker/data-manipulation

Some Javascript and Python scripts to manipulate (large) CSV files and JSON data.

data data-mining data-structures javascript python

Last synced: 07 Dec 2024

https://github.com/rahul-ghadge/demoprogramspython

Python demo programs on Data Structures, Sorting, Searching, Number operations, String Operations and many more.

data-structures python3 searching-algorithms sorting-algorithms

Last synced: 18 Nov 2024

https://github.com/lencx/algorithms

🤖 Data structure and algorithms

algorithms data-structures data-structures-and-algorithms

Last synced: 10 Nov 2024

https://github.com/yvonneyeh/algorithms

What and how I studied for technical interviews!

algorithms ctci data-structures interview-prep leetcode tips

Last synced: 27 Nov 2024

https://github.com/thecollinsbyte/dsa

Java implementations of essential Data Structures and Algorithms for learning and practice.

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

Last synced: 09 Dec 2024

https://github.com/afsify/datastructure

Level up your JavaScript skills with a progression of data structure exercises, starting from basics and advancing to more complex concepts. Clear code examples provided for easy understanding.

data-structures javascript workouts

Last synced: 04 Dec 2024

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

This repository contains all my data structures code in C++ language

cpp data-structures disjoint-sets graph hash heap linked-list queue searching-algorithms sorting-algorithms stack trees

Last synced: 14 Jan 2025

https://github.com/nawatts/disjoint

Implementation of a disjoint set

data-structures disjoint-sets

Last synced: 31 Dec 2024

https://github.com/kneasle/shortlist

An efficient data structure to track the largest items pushed to it.

data-structures rust rust-library shortlist

Last synced: 16 Jan 2025

https://github.com/michaelnabil230/laravel-analytics

A Laravel package to retrieve pageviews and other data from Database

data-analysis data-structures database laravel php

Last synced: 15 Nov 2024

https://github.com/akashjain04/phone-book-with-dll

Phone Book application to demonstrate Doubly Linked List with header concept.

c-programming data-structures doubly-linked-list linked-list phone-book simple sorted-lists

Last synced: 24 Nov 2024

https://github.com/suhatanriverdi/software-engineering-interviews-longterm-preparation-process

This repository contains various questions and codes in the preparation process of software internship interview.

algorithms c-plus-plus data-structures implementation-of-data-structures internship interview java leetcode leetcode-solutions software

Last synced: 20 Nov 2024

https://github.com/functional-abstraction/measure

:straight_ruler: Monoids and measures for JavaScript

agpl data-structures functional javascript measures monoids

Last synced: 07 Dec 2024

https://github.com/suhatanriverdi/full-time-interviews-preparation-process

This repository contains various competitive programming Algorithms and Data Structures questions and codes in the preparation process of fulltime software engineering interviews.

algorithms data-structures fulltime interview-practice interview-preparation interview-questions interviews software-engineering

Last synced: 20 Nov 2024

https://github.com/shravanatirtha/sde-striver-sheet

A collection of problems from Strivers-SDE-sheet using which people have cracked their dream jobs. These questions are commonly asked in product-based companies like Amazon, Microsoft, Google, etc

algorithm data-structures interview-questions

Last synced: 15 Dec 2024

https://github.com/lxmn22nov/leetcode-questions

Used JAVA Language to solve problems.

data-structures java javascript mysql pandas-python

Last synced: 24 Nov 2024

https://github.com/nahidulhasan/basic-problems-and-solutions

Basic data structures and algorithm related problems and solutions

algorithms data-structures

Last synced: 18 Nov 2024

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

🏗️ My study of data structures using C

c computer-science data-structures

Last synced: 16 Jan 2025

https://github.com/mdabdullahibnaharun/programmingcontest-problemsolving

Programming Problem Solving by using C/C++, Java, Python with Ds, STL & ALgorithms.

algorithms-and-data-structures c cpp17 data-structures java problem-solving python

Last synced: 15 Jan 2025

https://github.com/h-hg/data-structure-and-algorithm

data structure and algorithm

algorithm algorithms data-structures

Last synced: 23 Dec 2024

https://github.com/moshegroot/42projects_archive

My archive with project from Ecole42 (school21 in Russia)

algorithms c cpp data-structures graphics raytracing

Last synced: 16 Jan 2025

https://github.com/aoijs/aoi.structures

Abstract Data Structures That Make Storing data Much easy.

data-structures structures typescript

Last synced: 14 Nov 2024

https://github.com/francescoalemanno/defaultarrays.jl

Julia array type supporting a default value, useful for storing very sparse information in a space efficient manner, the internal design uses "Dict" for storage, thanks to Tamas K. Papp @ https://github.com/tpapp

data-structures sparse-representations

Last synced: 20 Nov 2024

https://github.com/hadronized/non-empty

Efficient non-empty vectors in Rust

data-structures lol semigroup

Last synced: 20 Nov 2024

https://github.com/owsas/open-categories

Open Categorization system, available as a node module

categories categorization categorize data data-structures node open-source typescript yaml

Last synced: 17 Nov 2024

https://github.com/yazanzebak/algorithms-and-datastructures

C++ Implementation of algorithms and data structures.

algorithms competitive-programming data-structures

Last synced: 15 Jan 2025

https://github.com/tpps88206/michael-quickly-generate-data-structure

Quickly generate data structure with multiple language.

angular data-structures golang json sql

Last synced: 20 Nov 2024

https://github.com/mersinvald/primitive-map-rs

[WIP] Blazing fast [Integer -> T: Clone] Map crate

data-structures fast hashmap integer primitive rust types

Last synced: 03 Dec 2024

https://github.com/d-k-deng/dataprocessing_practice

The program processes personal records from a file using custom-implemented data structures such as Binary Search Trees (BST), heaps, and hashmaps, with an emphasis on generics and without relying on built-in Java classes like LinkedList and PriorityQueue.

data-processing data-structures java

Last synced: 03 Dec 2024

https://github.com/yuweaec/ai-programming-with-python-bertelsmann

This repository aims to provide code and information to help you develop a comprehensive understanding of Python programming in the context of artificial intelligence (AI) applications.

ai bertelsmann data-structures functions jupyter-kernels jupyter-notebook numpy object-oriented-programming pandas python python-packages pytorch scripting udacity-nanodegree

Last synced: 20 Nov 2024

https://github.com/dalgona/ds_study

자료구조 스터디~

algorithm data-structures study

Last synced: 17 Jan 2025

https://github.com/fatihilhan42/data-science-projects

In this repo, there are (beginner-upper) level projects in the field of data science. I will host these projects that I have done in this field every day in this repo. With the hope that it will be useful to those who are interested in the field of data science like me and will just start...

data-analysis data-engineering data-mining data-science data-structures data-visualization database datascience fatihilhan fortytwo fortytwofficial jupyter-notebook python

Last synced: 01 Dec 2024

https://github.com/amulyamachhan/dsa

This repository contains solutions to Data Structures and Algorithms (DSA) questions from Striver's.com implemented in JavaScript.

algorithms arrays binary-search data-structures dsa dsa-practice hashing javascript patterns recursion sorting strings

Last synced: 09 Nov 2024

https://github.com/cankatabaci/implement-stack-using-2-queues

Implement stack using 2 queues simple C# edition

data-structures queue stack

Last synced: 07 Dec 2024

https://github.com/rakesh9100/bank-management-system

This project is made under the Summer Training course Advanced Data structure and Algorithm by Extellon in the duration May-June 2022.

algorithms bank-management-system-project c data-structures extellon summer-project

Last synced: 25 Nov 2024

https://github.com/snykk/grader-assignments-backend

[ 05 October - 10 November 2022 ] Basic backend programming | Ruangguru CAMP

basic-programming data-structures golang http-client http-server problem-set problem-solving

Last synced: 18 Nov 2024

https://github.com/k-g-prajwal/algoexpert

This repository contains solutions to problems on algoexpert.io website.

algoexpert algorithms competitive-programming data-structures

Last synced: 09 Nov 2024

https://github.com/mahdavipanah/libcdll

A cozy C library that implements circular doubly linked list

c data-structures library linked-list

Last synced: 06 Dec 2024

https://github.com/coleellis/cyber-training

Cyber Training Guide: Binex + Low-level Programming

binex data-structures gdb ghidra pwntools radare2 reverse-engineering

Last synced: 14 Nov 2024

https://github.com/liuzihe02/dsa

Personal notes for neetcode.io courses

algorithms data-structures leetcode

Last synced: 20 Nov 2024