An open API service providing repository metadata for many open source software ecosystems.

Topic: "linked-list"

teivah/algodeck

An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯

Language: HTML - Size: 13.5 MB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 5,674 - Forks: 569

loiane/javascript-datastructures-algorithms

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

Language: TypeScript - Size: 13.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4,640 - Forks: 1,243

sherxon/AlgoDS

Implementation of Algorithms and Data Structures, Problems and Solutions

Language: Java - Size: 1.51 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 3,432 - Forks: 607

tezc/sc

Common libraries and data structures for C.

Language: C - Size: 815 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 2,455 - Forks: 280

mkirchner/linked-list-good-taste

Linus Torvalds' linked list argument for good taste, explained

Language: C - Size: 136 KB - Last synced at: 6 days ago - Pushed at: 12 months ago - Stars: 2,127 - Forks: 124

mauriciosantos/Buckets-JS

A complete, fully tested and documented data structure library written in pure JavaScript.

Language: JavaScript - Size: 1.37 MB - Last synced at: 8 days ago - Pushed at: over 4 years ago - Stars: 1,254 - Forks: 113

yourtion/LearningMasteringAlgorithms-C

Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程

Language: C - Size: 590 KB - Last synced at: 14 days ago - Pushed at: almost 5 years ago - Stars: 754 - Forks: 272

MichaelJWelsh/cdsa

A library of generic intrusive data structures and algorithms in ANSI C

Language: C - Size: 179 KB - Last synced at: 15 days ago - Pushed at: about 7 years ago - Stars: 604 - Forks: 47

omonimus1/geeks-for-geeks-solutions

✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).

Language: C++ - Size: 440 KB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 571 - Forks: 72

skjha1/Data-Structure-Algorithm-Programs

This Repo consists of Data structures and Algorithms

Language: C++ - Size: 4.54 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 570 - Forks: 245

sysprog21/lab0-c

C Programming Lab: Assessing Your C Programming Skills

Language: C - Size: 770 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 458 - Forks: 1,654

stacygohyunsi/algorithms-primer

A consolidated collection of resources for you to learn and understand algorithms and data structures easily.

Size: 94.7 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 421 - Forks: 93

timtadh/data-structures

Go datastructures.

Language: Go - Size: 1.19 MB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 417 - Forks: 81

DivyaGodayal/CoderChef-Kitchen

The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.

Language: Python - Size: 66.4 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 367 - Forks: 80

Algo-Phantoms/Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.

Language: C++ - Size: 2.49 MB - Last synced at: 1 day ago - Pushed at: 10 months ago - Stars: 364 - Forks: 618

anubhavshrimal/Data-Structures-Algorithms

My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++

Language: Python - Size: 199 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 315 - Forks: 166

austin2035/learn-data-structures

数据结构(C语言描述)学习笔记

Language: C - Size: 2.37 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 305 - Forks: 66

cruxrebels/InterviewBit

Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com

Language: C++ - Size: 285 KB - Last synced at: 14 days ago - Pushed at: over 3 years ago - Stars: 262 - Forks: 166

AlgorithmCrackers/Interview-Questions

List of all the Interview questions practiced from online resources and books

Language: Java - Size: 5.89 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 240 - Forks: 125

amitbansal7/Data-Structures-and-Algorithms

Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.

Language: C - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 214 - Forks: 120

nikoo28/java-solutions

Solutions in JAVA for some coding platforms.

Language: Java - Size: 507 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 209 - Forks: 120

happy-turtle/oit-unity

Order-independent Transparency Implementation in Unity with Per-Pixel Linked Lists

Language: ShaderLab - Size: 55 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 202 - Forks: 29

ashish-3916/Coding-Ninjas-Data-Structures

This repo contains solutions to problem of data structures in c++

Language: C++ - Size: 229 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 199 - Forks: 175

shreya367/InterviewBit

InterviewBit Solutions

Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 193 - Forks: 185

srsandy/Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore

Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.

Language: Java - Size: 333 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 186 - Forks: 163

spirosmaggioros/AlgoPlus

AlgoPlus is a C++17 library with implemented data structures and algorithms for various topics(including machine learning)

Language: C++ - Size: 15.9 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 184 - Forks: 26

JoeKarlsson/data-structures

Common data structures and algorithms implemented in JavaScript

Language: JavaScript - Size: 784 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 183 - Forks: 43

Hunterdii/GeeksforGeeks-POTD

🌟 Welcome to the vibrant world of GeeksforGeeks Daily Problem of the Day solutions! Dive into a treasure trove of daily challenges meticulously crafted to sharpen your problem-solving skills. With diverse topics, detailed explanations, and a supportive community, this repository is your gateway to mastering algorithms, data structures, and more!🚀

Language: Java - Size: 5.08 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 162 - Forks: 42

lironmiz/Computer-Science-in-Java

Designed for saving assignments, submission exercises and projects

Language: Java - Size: 16.6 MB - Last synced at: 1 day ago - Pushed at: 8 months ago - Stars: 158 - Forks: 9

mattreecebentley/plf_list

A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.

Language: C++ - Size: 602 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 152 - Forks: 21

IndEcol/Dashboard

A collection of open source projects relevant for industrial ecology practitioners, hosted on GitHub and beyond

Size: 145 KB - Last synced at: about 9 hours ago - Pushed at: 6 months ago - Stars: 149 - Forks: 39

zrwusa/data-structure-typed

Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.

Language: TypeScript - Size: 36.4 MB - Last synced at: about 6 hours ago - Pushed at: about 2 months ago - Stars: 146 - Forks: 9

Dentrax/Data-Structures-with-Go

Data Structures with Go Language

Language: Go - Size: 1.16 MB - Last synced at: 11 days ago - Pushed at: about 6 years ago - Stars: 140 - Forks: 9

hasancse91/data-structures

This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site

Language: C - Size: 216 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 136 - Forks: 109

ivanmmarkovic/Problem-Solving-with-Algorithms-and-Data-Structures-using-Python

Code from Problem Solving with Algorithms and Data Structures using Python

Language: Python - Size: 460 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 134 - Forks: 39

akshayavb99/CodingNinjas_Java_DSA

Contains the solutions for the programming questions in the CodingNinjas Java+DSA course

Language: Java - Size: 353 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 130 - Forks: 81

manosriram/Data-Structures

Data-Structures using C++.

Language: C++ - Size: 88.5 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 130 - Forks: 48

shashankch292/InterviewBit

InterviewBit Programming Solutions

Language: C++ - Size: 165 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 128 - Forks: 69

bfaure/Python3_Data_Structures

Code from Youtube Tutorial Series

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 123 - Forks: 166

kehengzhong/adif

用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。

Language: C - Size: 1.35 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 114 - Forks: 46

mus-format/mus-go

MUS format serializer for Golang

Language: Go - Size: 349 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 112 - Forks: 5

Shikha-code36/Data-Structures-and-Algorithm-Patterns

Data Structures and Algorithms Patterns that I followed ,implemented in Python

Language: Python - Size: 43 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 111 - Forks: 20

jsdom/js-symbol-tree

Turn any collection of objects into its own efficient tree or linked list using Symbol

Language: JavaScript - Size: 85 KB - Last synced at: 8 days ago - Pushed at: almost 5 years ago - Stars: 109 - Forks: 22

antoniosarosi/rulloc

General purpose memory allocator written in Rust.

Language: Rust - Size: 187 KB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 102 - Forks: 4

SrGrace/InterviewBit

Collection of solution for problems on InterviewBit

Language: C++ - Size: 462 KB - Last synced at: 20 minutes ago - Pushed at: about 1 hour ago - Stars: 91 - Forks: 56

ajakubek/python-llist

Linked list extension module for Python

Language: C - Size: 646 KB - Last synced at: 10 days ago - Pushed at: 8 months ago - Stars: 79 - Forks: 48

amitrajitbose/Competitive_Programming

Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.

Language: Python - Size: 4.65 MB - Last synced at: 13 days ago - Pushed at: 22 days ago - Stars: 74 - Forks: 25

sysprog21/concurrent-ll

concurrent linked list implementation

Language: C - Size: 66.4 KB - Last synced at: 7 days ago - Pushed at: 11 months ago - Stars: 73 - Forks: 55

vittominacori/solidity-linked-list

An utility library for working with sorted linked list data structures in your Solidity project.

Language: JavaScript - Size: 4.76 MB - Last synced at: 15 days ago - Pushed at: about 1 month ago - Stars: 72 - Forks: 19

coderonion/hello-algo-zig

Zig codes for the famous public project 《Hello, Algorithm》|《 Hello,算法 》 about data structures and algorithms.

Language: Zig - Size: 300 KB - Last synced at: 2 days ago - Pushed at: almost 2 years ago - Stars: 70 - Forks: 0

imdea-software/htt

Hoare Type Theory

Language: Coq - Size: 504 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 69 - Forks: 5

103style/LeetCode

leetcode的练习记录

Size: 2.93 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 69 - Forks: 43

jackzhenguo/leetcode-csharp

solutions using C# for leetcode according to tags of questions, updating everyday. My contact info: [email protected] or my blog: http://blog.csdn.net/daigualu

Language: C# - Size: 21 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 67 - Forks: 27

abhisheknaiidu/dsa

My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites

Language: C++ - Size: 482 KB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 66 - Forks: 26

iamvaibhavsingh09/Data-Structures-Algorithms-in-Python-CodingNinjas

Phase 2 of Ninja Data Scientist Career Track.

Language: Jupyter Notebook - Size: 4.9 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 60 - Forks: 51

bzdgn/data-structures-in-java

Data structures in detail with java implementations

Language: Java - Size: 104 KB - Last synced at: 9 days ago - Pushed at: over 5 years ago - Stars: 58 - Forks: 28

RikamPalkar/DSA-Simplified

Designed by Engineers for Engineers. This is your One stop shop for all DSA queries! Here you will find implementation of all sorts of data structures and algorithms.

Language: C# - Size: 444 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 56 - Forks: 11

sergeyleschev/leetcode-swift

TOP 200 #Dev 🏆 LeetCode, Solutions in  Swift, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+

Language: Swift - Size: 3.55 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 56 - Forks: 12

TheSYNcoder/InterviewPrep

A repository containing link of good interview questions

Language: C++ - Size: 221 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 55 - Forks: 44

kumailn/Algorithms

✨ a bunch of algorithms in a bunch of languages ✨

Language: Python - Size: 403 KB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 54 - Forks: 14

anantkaushik/Data-Structures-and-Algorithms

Data Structures and Algorithms implementation in Python

Language: Python - Size: 56.6 KB - Last synced at: 19 days ago - Pushed at: over 5 years ago - Stars: 54 - Forks: 27

blocage/leetcode-algorithms

Leetcode solutions

Language: Python - Size: 1.85 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 51 - Forks: 4

eliakorkmaz/Heisenberg

Chemical Structure Builder with Swift & iOS ⚛️🧪

Language: Swift - Size: 49.8 KB - Last synced at: 12 days ago - Pushed at: about 5 years ago - Stars: 51 - Forks: 5

TwinkleguptaCLS/DSA--GeeksForGeeks

DSA course solutions in C++ Jump to below directly for more problems

Language: C++ - Size: 103 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 49 - Forks: 20

patilharshal16/data-structures

Computer science data structures and algorithms implementation from scratch

Language: Java - Size: 12.7 KB - Last synced at: 16 days ago - Pushed at: almost 4 years ago - Stars: 49 - Forks: 2

nbulischeck/list.h

Linear Linked List Library

Language: C - Size: 37.1 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 48 - Forks: 41

deepak-malik/Cracking-The-Coding-Interview

Solutions for Cracking the Coding Interview - 6th Edition

Language: Java - Size: 162 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 48 - Forks: 33

anujdutt9/Python-Data-Structures-and-Algorithms

Data Structures & Algorithms Implementation in Python

Language: Python - Size: 44.9 KB - Last synced at: 13 days ago - Pushed at: about 8 years ago - Stars: 47 - Forks: 29

Anwarvic/extra-collections

extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.

Language: Python - Size: 13.4 MB - Last synced at: about 18 hours ago - Pushed at: almost 2 years ago - Stars: 45 - Forks: 9

cosmic-code-09/DataStructure

implementation of Datastructure in C/C++ Programming Language

Language: C - Size: 378 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 44 - Forks: 24

devangi2000/Data-Structures-Algorithms-Handbook

A series of important questions with solutions to crack the coding interview and ace it!

Language: C++ - Size: 715 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 44 - Forks: 9

ishaan007/Data-Structures

Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks

Language: Java - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 44 - Forks: 50

betulnecanli/Kotlin-Data-Structures-Algorithms

📒Data Structures and Algorithms in Kotlin

Language: Kotlin - Size: 293 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 41 - Forks: 2

zcomert/veri-yapilari-ve-algoritmalar-old

Veri Yapıları ve Algoritmalar dersi, bilgisayar bilimleri açısından temel bir derstir. Youtube videoları ile desteklediğimiz bu repository içerisinde, pek çok veri yapısına ait kaynak kodu ve uygulamaları bulabilirsiniz.

Language: C# - Size: 48.2 MB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 40 - Forks: 29

hwholiday/algorithm_coding

推荐算法、相似度算法、布隆过滤器、均值算法、一致性Hash、数据结构、leetcode练习

Language: Go - Size: 5.69 MB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 39 - Forks: 11

MoigeMatino/data-structures-algorithms-python

This repository features DSA problems & solutions in Python adapted from structy.net course. I created it as a resource to help others enhance their problem-solving skills and build proficiency in Python. Whether you're a beginner or a seasoned programmer, this comprehensive guide can help you develop your abilities and excel in your career.

Language: Python - Size: 953 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 38 - Forks: 11

bakhodir10/AlgoCS

This repository is all about data structures, its implementation, problem and solving

Language: Java - Size: 793 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 37 - Forks: 14

pravahanj/Data_Structure-and-Algorithm-CodingNinjas.com

Problems and their solutions in C++.

Language: C++ - Size: 425 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 36 - Forks: 30

Rajattheonlyhero/Online-Voting-System-Data-Structure-Project

Created An Online Voting System in C using Linked List and windows.h features to decorate

Language: C - Size: 462 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 36 - Forks: 12

Avery246813579/Computer-Science-Theory

A repo full of Computer Science theory used for Coding interviews and more! Including Data Structures, Sort and Search Algorithms and more!

Language: Python - Size: 877 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 36 - Forks: 13

varunswing/geeksforgeeks

My solved DS & Algo problems on GeeksforGeeks. It covers almost every data structure and algorithm present that is must for practice to have a good hand on Competitive Programming.

Language: C++ - Size: 131 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 35 - Forks: 16

metanet/java-algorithms-data-structures

Solutions for popular algorithms and data structures problems on leetcode

Language: Java - Size: 207 KB - Last synced at: 17 days ago - Pushed at: almost 2 years ago - Stars: 35 - Forks: 13

vijayksingh/DS-Algo

A collection of everything i have done in DS

Language: Java - Size: 46.9 KB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 35 - Forks: 11

bhhbazinga/LockFreeLinkedList

Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.

Language: C++ - Size: 47.9 KB - Last synced at: 3 days ago - Pushed at: about 5 years ago - Stars: 34 - Forks: 8

jacobwilliams/flist

Modern Fortran Linked List

Language: Fortran - Size: 756 KB - Last synced at: about 21 hours ago - Pushed at: 1 day ago - Stars: 33 - Forks: 4

mzs21/data-structures-algorithms-js

A helpful repo with various type of data structures & algorithms written using JavaScript.

Language: JavaScript - Size: 118 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 32 - Forks: 11

ShyrenMore/InterviewPrep

A repo that might help you for Data structures and Algorithms (DSA) interviews

Language: C++ - Size: 9.73 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 5

ektagarg/go-ds

Data structures implementation in Golang

Language: Go - Size: 4.77 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 32 - Forks: 15

algoasaurujs/tsds

TypeScript Data Structures that you need!

Language: TypeScript - Size: 14.5 MB - Last synced at: about 18 hours ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 1

bfaure/Python_Data_Structures

Code from Youtube Tutorial Series

Language: Python - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 31 - Forks: 48

mellowcandle/liblist

Generic Linked list Management Library in C

Language: C - Size: 956 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 31 - Forks: 8

NwabuezeFranklin/alx-low_level_programming

:rocket: Multiple Projects done in C programming language during the ALX Low Level programming steeplechase track , Cohort6

Language: C - Size: 215 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 44

shanerobinson/linkist

Simple, highly configurable alternative to Linktr.ee and LinkIn.bio built with 11ty and TailwindCSS

Language: Nunjucks - Size: 2.38 MB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 29 - Forks: 4

zea17/dragon-bank

A bank application for the terminal that uses linked lists, binary search, binary trees, and heap sort for the data structures.

Language: Python - Size: 49.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 29 - Forks: 12

danrusei/algorithms_with_Go

GO Data Structures and Algorithms

Language: Go - Size: 715 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 29 - Forks: 3

AdithyaBhat17/interview-cookbook

A playground for learning DataStructures, Algorithms, and Object-Oriented Concepts.

Language: Java - Size: 244 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 28 - Forks: 14

TashinParvez/DSA_1_UIU

All DSA topics covered in UIU DSA-I course, both lab and theory courses. Check DSA-2 Topics: https://github.com/TashinParvez/Data_Structure_and_Algorithms_2_UIU

Language: C++ - Size: 3.28 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 27 - Forks: 0

mity/c-reusables

Collection of highly reusable C utilities.

Language: C - Size: 254 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 27 - Forks: 2

zmiimz/fortran_notes

simple and hopefully useful snippets in modern fortran

Language: Fortran - Size: 5.11 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 27 - Forks: 4

msune/libcdada

Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)

Language: C - Size: 1.94 MB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 26 - Forks: 8

Related Topics
data-structures 1,591 stack 1,276 queue 1,174 c 735 algorithms 556 java 547 binary-search-tree 527 cpp 496 tree 492 array 474 graph 474 sorting-algorithms 458 recursion 404 arrays 388 dynamic-programming 359 heap 294 trees 287 stacks 258 doubly-linked-list 251 python 236 binary-tree 233 hashtable 214 datastructures 209 queues 205 binary-search 204 dsa 199 graphs 196 algorithms-and-data-structures 192 javascript 181 string 178 searching-algorithms 173 tree-structure 169 leetcode 163 hashmap 162 algorithm 159 strings 155 hashing 154 sorting 150 linkedlist 134 priority-queue 132 graph-algorithms 132 backtracking 131 data-structures-and-algorithms 126 greedy-algorithms 125 bst 120 list 120 avl-tree 118 circular-linked-list 111 pointers 108 singly-linked-list 105 leetcode-solutions 104 trie 102 arraylist 97 hash-table 91 python3 91 dsa-algorithm 89 matrix 86 double-linked-list 84 binary-trees 80 bit-manipulation 80 bubble-sort 77 golang 76 problem-solving 75 heaps 74 data-structure 73 object-oriented-programming 72 c-plus-plus 69 csharp 67 merge-sort 64 insertion-sort 64 dfs 63 two-pointers 63 hash 62 searching 61 oop 61 vector 58 bfs 58 typescript 55 computer-science 55 go 54 makefile 54 quicksort 53 cplusplus 51 math 50 competitive-programming 50 interview-questions 50 datastructures-algorithms 49 divide-and-conquer 46 selection-sort 46 mergesort 45 sliding-window 45 c-programming 44 dijkstra-algorithm 44 programming 44 string-manipulation 44 map 43 dsa-practice 43 red-black-tree 42 deque 42 data 41