Projects in Awesome Lists tagged with linkedlist
A curated list of projects in awesome lists tagged with linkedlist .
https://github.com/riti2409/resources-for-preparation-of-placements
Lecture video links for preparation of Placements
arrays-and-strings c dsa dsa-algorithm graph heap linkedlist
Last synced: 14 May 2025
https://github.com/williamfiset/deprecated-data-structures
A collection of powerful data structures
balanced-tree binarytree data-structures disjoint-set fenwick graph hash-table heap java linkedlist priority-queue queue segment-tree segmenttree stack suffixarray suffixtree trie union-find unionfind
Last synced: 15 May 2025
https://github.com/wolkykim/qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
c cplusplus hashtable library linkedlist qlibc queue stack tree-structure vector
Last synced: 08 Apr 2025
https://github.com/sudheerj/datastructures-algorithms
List of Programs related to data structures and algorithms
algorithm-challenges algorithms datastructures datastructures-algorithms dsa dsa-algorithm dynamic-programming graph interview java javascript leetcode linkedlist lodash polyfills prototype queue stack tree
Last synced: 15 May 2025
https://github.com/LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
c containers data-structure data-structures datastructure datastructures deque hashmap heap library linkedlist list multimap multiset queue stack type-safe
Last synced: 17 Apr 2025
https://github.com/ivanseidel/LinkedList
🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
arduino arduino-library linkedlist mbed
Last synced: 11 May 2025
https://github.com/ivanseidel/linkedlist
🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
arduino arduino-library linkedlist mbed
Last synced: 04 Apr 2025
https://github.com/akshayavb99/codingninjas_java_dsa
Contains the solutions for the programming questions in the CodingNinjas Java+DSA course
algorithms-and-data-structures binary-search-tree binary-tree codingninjas-java-dsa dynamic-programming graphs hashmap-java java java-8 linked-list linkedlist oops priority-queue queue recursion sorting-algorithms-implemented stacks time-complexity tree tries
Last synced: 19 Dec 2024
https://github.com/hypertextassassin0273/data_structures_in_cpp
Contains some useful custom Data-Structures/Containers & Algorithms, developed during my 3rd semester at University.
avl basic-data-structures bst circular-linked-list cpp-string cpp11 data-structures-and-algorithms datastructures deque hashing linked-list-in-cpp linked-lists linkedlist move-semantics sorting-algorithms stacks-and-queues stl-containers stl-list stl-vector trees
Last synced: 10 Apr 2025
https://github.com/lxzan/dao
Simple and high-performance data structures and algorithms library
data-structure generic hashmap heap linkedlist rbtree segment-tree trie
Last synced: 09 May 2025
https://github.com/ahrtr/gocontainer
Implements some containers (stack, queue, priorityQueue, set, arrayList, linkedList, map and btree) in golang
arraylist btree comparator data-structures go gocontainer golang linkedlist linkedmap priorityqueue queue set sort stack
Last synced: 22 Mar 2025
https://github.com/alexdrone/datastructures
A collection of Data Structures implemented in Swift.
avl-tree bimap binary-heap bloom-filter datastructures graph linkedlist multimap priority-queue queue red-black-trees stack swift swift-3 trie
Last synced: 09 Apr 2025
https://github.com/sunfusheng/algo
这是一款 Kotlin 语言版本的 Android 客户端本地化展示 Java 语言编写的面试算法 ( Algorithm ),会持续更新!
algo algorithm binary-tree leetcode linkedlist queue stack
Last synced: 07 Apr 2025
https://github.com/marstr/collection
Generic Golang implementation of a few basic data structures.
collections dictionary generics go golang linkedlist linq lrucache queue stack
Last synced: 05 Dec 2024
https://github.com/clarketm/super
Data structures, data types, and algorithms with superpowers! 💪😎
array binarytree data-structures data-types heap javascript linkedlist map math number object priorityqueue queue set sorting-algorithms string super superpowers trie
Last synced: 14 Apr 2025
https://github.com/ateeqrana7/banking-management-system
This is a Banking Management System built using the concepts of Object Oriented Programming & Data Structures. The following data structures have been implemented in this project; LinkedList, Queues.
bank-management-system banking banking-application banking-applications banking-system bankmanagement bankmanagementsystem classes cplusplus data-structures datastructures linked-list linkedlist management management-system object-oriented-programming oop queue
Last synced: 29 Apr 2025
https://github.com/aydinnyunus/cprojects
C Projects
c c-algorithms c-game c-language c-programming c-programming-language c-project data-structure data-structures game game-development linked-list linked-list-database linked-list-in-c linked-list-operaions linked-lists linkedlist linkedlist-delete linkedlist-insert linkedlists
Last synced: 10 Apr 2025
https://github.com/soumyadip007/complete-data-structure-dsa-println
A data structure is a particular way of organizing data in a computer so that it can be used effectively. For example, we can store a list of items having the same data-type using the array data structure. This page contains detailed tutorials on different data structures (DS) with topic-wise problems.
algorithms array data-structures graph hashing linkedlist queue stack tree
Last synced: 11 Feb 2025
https://github.com/juli1/rust-playground
algorithms concurrency data-structures linkedlist rust thread tree
Last synced: 18 Mar 2025
https://github.com/murraco/data-structures
Data structures in Java
arraylist bst data-structures heap java linkedlist queue stack trie
Last synced: 27 Apr 2025
https://github.com/mehradevesh2022/dsa-level1_pepcoding
This Java-based repo contains solutions for DSA problems from Peppcoding's level 1 practice set and FreeCodeCamp's JavaScript and Algorithm sections. Topics covered include Array, LinkedList, DP, OOPs, and more. Contribute and improve existing solutions. Happy coding!
2darrays array array-list arraylist binary-search-trees dynamic-programming es6-javascript freecodecamp-javascript-algorithms functions hashmap-and-heaps linkedlist patterns queue recursion sorting-algorithms stack string stringbuilder time-and-space-complexity tree
Last synced: 24 Apr 2025
https://github.com/gfellerph/ts-linked-list
Another doubly linked list with typescript and tests
doubly-linked-list linked-list linkedlist typescript typescript-library
Last synced: 12 Apr 2025
https://github.com/harismuneer/doubly-and-singly-linked-list
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
cplusplus-datastructure data-structures datastructures-algorithms datastructures-implementation datastructuresincplusplus double-linked-list doubly-linked-list doublylinkedlist free-to-use linked-list linked-lists linkedlist open-source-code single-linked-list singly-linked singly-linked-list
Last synced: 09 Apr 2025
https://github.com/osspk/doubly-and-singly-linked-list
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
cplusplus-datastructure data-structures datastructures-algorithms datastructures-implementation datastructuresincplusplus double-linked-list doubly-linked-list doublylinkedlist free-to-use linked-list linked-lists linkedlist open-source-code single-linked-list singly-linked singly-linked-list
Last synced: 24 Nov 2024
https://github.com/sskender/ads
Algorithms and Data Structures implemented in C
algorithm algorithms-datastructures bst bstree bubble-sort data-structures hashing hashmap heap insertion-sort linked-list linkedlist merge-sort queue quick-sort selection-sort shell-sort sorting-algorithms stack tree
Last synced: 15 Apr 2025
https://github.com/sanketpathak64/data-structures-and-algorithms
This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.
algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree
Last synced: 25 Apr 2025
https://github.com/aravindraj777/problems-d365
Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).
arraylist-java arrays bellman-ford-algorithm binary-search-tree data-structures-and-algorithms dijkstra-algorithm graph hashtable heap heapsort linkedlist prims-algorithm queue sorting-algorithms stack strings trie
Last synced: 22 Nov 2024
https://github.com/unusualcodeorg/clab
clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.
c coding-challenge consumer-producer cpp graph hashmap linkedlist maze-algorithms programming pthreads puzzles queue stack thread-pool travelling-salesman-problem tree
Last synced: 16 Apr 2025
https://github.com/bda-research/node-ds
A common data-structure and basic algorithm implemention in javascript
argorithm datastructure linkedlist nodejs queue sorting-algorithms stack tree
Last synced: 13 Apr 2025
https://github.com/dhrupad17/leetcode-75_level2
This study plan is for those who want to prepare for technical interviews but are uncertain which problems they should focus on. The problems have been carefully curated so that levels 1 and 2 will guide beginner and intermediate users through problems that cover the data structures and algorithms necessary to succeed in interviews with most mid-tier companies. While level 3 provides material to help users whose targets are top-tier companies.
backtracking binarysearch binarysearchtree bruteforce design dynamicprogramming graph greedy implementation interval linkedlist stack string tree twopointers unionfind
Last synced: 05 Mar 2025
https://github.com/web2solutions/ds-ts
Estrutura de dados usando Typescript
binary-search-tree binary-tree challenge coding-challenge dados data-structures estrutura-de-dados interview interview-practice interview-preparation interview-questions javascript linkedlist portugues queue stack trie trie-tree tries typescript
Last synced: 12 Apr 2025
https://github.com/ilijamihajlovic/algorithms-and-data-structures-in-swift
Common Algorithms and Data Structures in Swift
algorithms algorithms-and-data-structures algorithms-datastructures algorithms-swift binary-search data-structures linked-list linkedlist mergesort quickstart swift swift5
Last synced: 21 Nov 2024
https://github.com/basemax/splitlinkedlistc
This is a simple implementation of a linked-list in C with a few helper functions for merging two or three linked-lists, splitting a linked list into two or three parts, and sorting a linked-list (recursive and non-recursive)
algorithm algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures c linked-list linkedlist merge merge-linked-list merge-linkedlist split-linked-list split-linkedlist
Last synced: 03 Apr 2025
https://github.com/phreakyphoenix/leetcode-maychallenge
My solutions to LeetCode's May challenge solutions, mostly in Python. Please :star2: to show some love.
challenge-solutions competitive-programming competitive-programming-contests cpp divide-and-conquer dynamic-programming heap java leetcode leetcode-maychallenge leetcode-python3 leetcode-solutions linkedlist programming programming-contests python python3 stack
Last synced: 11 Apr 2025
https://github.com/stevencyb/securedlinkedlist
A Linked List implementation for Arduino, ESP 32 / 8266.
arduino esp32 esp8266 library linked-list linkedlist thread-safe
Last synced: 13 Mar 2025
https://github.com/hritik-6918/dsa_sheet_by_fraz-codes
🔥 This is an attempt to solve DSA Cracker Coding Questions List curated by @Fraz bhaiya.
algorithms arrays backtracking binary-search-tree binarytree bitmagic dynamic-programming greedy heaps linkedlist math matrix queues stacks strings
Last synced: 05 Apr 2025
https://github.com/gat786/datastructurescpp
Implementations of most used Data Structures in Plain Old CPP.
Last synced: 17 Mar 2025
https://github.com/basemax/circulardoublylinkedlistc
This is a simple implementation of Circular Doubly Linked-List in C. Circular Doubly Linked-List is a data structure that is a combination of a doubly linked list and a circular linked list. It is a linked list where all nodes are connected to each other. It is a circular linked list because all nodes are connected to each other.
c circular-doubly circular-doubly-linked-list circular-doubly-linkedlist circular-linked-list circular-linkedlist circularlinkedlist data-structure datastructure ds linked-list linkedlist
Last synced: 03 Apr 2025
https://github.com/simon-zerisenay/42_push_swap
Pushswap is a 42 project emphasizing efficient sorting by minimizing operations. Participants use a limited set of commands to manipulate stacks and achieve the desired sorted order, showcasing algorithm design and optimization skills while developing problem-solving abilities.
42 42pushswap c chunking cprogramming ecole42 linkedlist midpoint pushswap sorting-algorithms stacks struct
Last synced: 05 Mar 2025
https://github.com/jvedsaqib/dsa_java
Some programs related to Data Structures and Algorithms in Java.
array data-structures dfs graph linkedlist search sorting-algorithms stack
Last synced: 01 Mar 2025
https://github.com/prabhuignoto/datastructure-problems-ts
Datastructure Problems solved using Typescript
datastructures interview linked-list linkedlist problem-solving typescript
Last synced: 11 Mar 2025
https://github.com/unityvn/csharp-collection-notes
Tổng hợp các lưu ý về các kiểu dữ liệu tập hợp trong C#
array csharp dictionary hashset linkedlist list queue stack
Last synced: 06 Apr 2025
https://github.com/adityasinghvats/cpp---code
Data Structures and Algorithms
array bitwise circular-queue deque hashmaps hashsets infix-to-postfix iterator linkedlist modulo multimap multiset object-oriented-programming operatoroverloding prefixsum queue recursion sliding-window stack vector
Last synced: 10 Apr 2025
https://github.com/ashwinpn/data-structures
bfs dfs hashmap linked-list linkedlist
Last synced: 05 Mar 2025
https://github.com/basemax/sparsematrixlinkedlistgo
Sparse-Matrix Linked-List Go is a sparse matrix implementation in Go using a linked list. This is a data structure that stores only non-zero values in a matrix. This is useful when you have a lot of zeros in your matrix. This data structure is also useful when you want to perform operations on sparse matrices.
data-structure datastructure ds go golang linkedlist sparse sparse-matrix sparsematrix
Last synced: 03 Apr 2025
https://github.com/vedantparanjape/linkedlist-
LinkedList++ is a C++ Linked List templated class library
cplusplus-11 library linkedlist
Last synced: 03 Mar 2025
https://github.com/alvarogarciapiz/ada-playground
Creación de una lista simplemente enlazada con una serie de nombres que se leen de un fichero en el lenguaje de programación ADA (tiempo real).
Last synced: 15 Mar 2025
https://github.com/attentiveness/spirallinkedlist
android data-structures java kotlin linkedlist
Last synced: 21 Feb 2025
https://github.com/kamil5b/golinkedlist
I created my own linked list using Go. Even though Go had their own library for linked list named 'list'
go golang linked-list linkedlist
Last synced: 07 May 2025
https://github.com/basemax/onewaylinkedlistcpp
This is a simple implementation of a one-way linked-list in C++.
cpp linkedlist linkedlist-c linkedlist-delete linkedlist-implementation linkedlist-insert linkedlist-reverse linkedlists linkedlists-using-class
Last synced: 03 Apr 2025
https://github.com/kariricode-framework/kariricode-data-structure
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.
algorithms arraylist binaryheap collections framework framework-php hashmap kariricode linkedlist php php-data-structures queue stack treemap
Last synced: 05 Apr 2025
https://github.com/fabienjuif/go-linkedlist
Simple LinkedList in Go
go linkedlist simple threadsafe
Last synced: 29 Mar 2025
https://github.com/mshahriarnihal/cuny_qc_csci212-java-oop-projects-for-dr.-lord
OOP, LinkedList, GUI, TreeMap based Java projects of CSCI 212 - Object Oriented Programming in Java (2024) on Professor Kenneth Lord's Lab at Queens College of the City University of New York. I completed them in my own way. Some might be slightly changed from actual instruction. I made those changes later to make them look & work better for users
city-university-of-new-york csci212 cuny dynamic dynamic-programming filemenuhandler gui java linkedlist mvc object-oriented-programming object-oriented-programming-in-java oop oops-in-java professor-kenneth-lord projects queenscollege treemap wordgame
Last synced: 03 Mar 2025
https://github.com/shantanu66/linked-list-container
A simple Linked List Header file/Container
Last synced: 22 Feb 2025
https://github.com/donomii/liststack
A linked list implemented as stack
arduino c embedded embedded-c linked-list linked-lists linkedlist malloc-free stack stacks
Last synced: 18 Feb 2025
https://github.com/nem0z/c-linkedlist
Basic C implementation of linked list
Last synced: 24 Mar 2025
https://github.com/djhepker/ai-checkers
Checkers with Data Structures and AI integration. Q-Learning. Custom linked lists, Java records
ai game game-development java linked-list linkedlist q-learning qlearning-algorithm sqlite student-managed student-project
Last synced: 24 Mar 2025
https://github.com/ximaz/list-in-c
This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.
c data-structures epitech epitech-project epitech-study epitech-workshop linked-data linked-list linkedlist list lists
Last synced: 30 Mar 2025
https://github.com/g4brielxavier/python-roadmap-steps
Everything I learned on the roadmap
arrays backend casting classes conditionals dataclasses decorators decorators-python dunder-methods exceptions functions-python heaps lambdas-python linkedlist python queues-python regex search-binare-tree-python sorting-algorithms-python stack-python
Last synced: 30 Mar 2025
https://github.com/basemax/queuelinkedlistgo
This is a simple implementation of a queue using a linked-list in Go. This is a good example of how to use a linked-list in Go.
algorithm algorithms-and-data-structures data-structure datastructure ds go golang linked-list linked-list-queue linkedlist linkedlist-queue queue queue-linked-list queue-linkedlist
Last synced: 03 Apr 2025
https://github.com/utmhikari/lnodelist
lua nodelist: doubly linked list with common features and JS sugars
Last synced: 28 Feb 2025
https://github.com/kenken64/js_datastructure_algorithm
Javascript Data Strucure , Sorting and Searching Algorithm
arrays hashtables javascript linkedlist nodejs
Last synced: 24 Apr 2025
https://github.com/liyangsir/data-structures-and-algorithms
数据结构与算法
avl-tree bst bst-tree data-structures-and-algorithms hashtable linkedlist maxheap redblacktree segmenttree stack trie unionfind
Last synced: 20 Feb 2025
https://github.com/carlosfrontend/hashmap
Project that creates a HashMap with Javascript
arrray hash javascript linkedlist map set
Last synced: 20 Feb 2025
https://github.com/9802hemensan/dsa-practice
My DSA Journey
arrays linkedlist matrix objects queues recursion sliding-windows stacks strings twopointers
Last synced: 21 Feb 2025
https://github.com/basemax/doublylinkedlistc
This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.
c data-structure datastructure doubly doubly-linked-list doubly-linked-lists doublylinkedlist doublylinkedlist-operations ds linked-list linkedlist
Last synced: 03 Apr 2025
https://github.com/abdelrahman13-coder/data-structure
Implementation of the DataStructure algorithms from Scratch in C
Last synced: 21 Feb 2025
https://github.com/basemax/completetreelinkedlistgo
This is a Go program for creating a complete tree using linked list. You can easily insert nodes to the tree and print it. This library provide two inserting functions. One of them is for inserting nodes to the tree by filling the tree from left to right in per row. and the next one is to insert to left side of the tree.
complete-tree data-structure go golang linked-list linkedlist tree tree-complete tree-search tree-structure tree-traversal tree-traversal-algorithm tree-traversal-algorithms trees
Last synced: 03 Apr 2025
https://github.com/basemax/circularlinkedlistc
This is a simple implementation of a circular linked-list in C. Circular linked-lists are a type of linked-list where the last node points to the first node. This is useful for implementing queues and stacks. This implementation is a doubly linked-list, meaning that each node has a pointer to the next node and a pointer to the previous node.
c circular circular-linked-list circular-linkedlist data-structure datastructure ds linked-list linkedlist
Last synced: 03 Apr 2025
https://github.com/anishsingh90/leetcode
📘 LeetCode Solutions 🚀 A collection of my solutions to LeetCode problems, organized by topics like Arrays, Strings, Dynamic Programming, and more. 💡 Focused on efficient, clean, and well-documented code for learning and interview preparation. 🔧 Languages: C++ ⚙️
array binary-search-tree dynamic-programming graph linkedlist queue stack tree
Last synced: 01 Mar 2025
https://github.com/jasperdevir/std_dds
A single file C Library that implements of a range of basic dynamic data structures.
arraylist data-structures linkedlist
Last synced: 16 Mar 2025
https://github.com/kafkawannafly/generic-collections
Generic data structures of Golang
algorithms data-structures generic golang hashmap linkedlist list queue stack
Last synced: 02 Apr 2025
https://github.com/sangaryousmane/alx-low_level_programming
This repository is for all ALX low level programming task
bit-manipulation c compiler hashtable linkedlist makefiles programming-language recursion searching-algorithms
Last synced: 12 Mar 2025
https://github.com/andy2046/nocake
node es6 collection Stack Queue PriorityQueue LinkedList
javascript linkedlist node priorityqueue queue stack
Last synced: 20 Mar 2025
https://github.com/hakimamarullah/gocollections
Go Collections data structure package
go golang golang-collections linkedlist stack
Last synced: 02 Apr 2025
https://github.com/tugrulcan/linkedlistimplementation
Implementation of simple Linked-List ADT
Last synced: 01 May 2025
https://github.com/rajkhanke/gaming-system-using-data-structures
An intelligent Gaming System developed using Advanced Data Structures in c consisting of Sudoku, Hangman and Crossword Puzzle Game
c hashtable linkedlist priority-queue tries
Last synced: 22 Feb 2025
https://github.com/amritmaurya1504/data-structure-implementation
Data Structure Implementation in JAVA
binary-tree circular-linked-list circular-queue datastructures doubly-linked-list hashmap java java-dsa linkedlist queue stack
Last synced: 12 Mar 2025
https://github.com/alpsayin/pure_c_collections
A collection of Arraylist, Linkedlist, Set, and Dict written purely in C for embedded devices.
arraylist c linkedlist object-oriented-c
Last synced: 27 Mar 2025
https://github.com/izure1/node-relation
This module helps you manage string, numbers as a group.
backend data-structures front-end javascript linked-list linkedlist math relationship tree tree-structure
Last synced: 03 Apr 2025
https://github.com/annishivakumara/java_data_structure
Java Data Structures and Algorithms are the core of the computer science and programming. In Java, data structures provide a way to organize and store data efficiently.
linkedlist queue recursion stack tree
Last synced: 04 Apr 2025
https://github.com/leanh153/books_management_with_linkedlist
Books management using LinkedList
data-structures-and-algorithms linkedlist
Last synced: 28 Feb 2025
https://github.com/jodus-melodus/linkedlist
Simple Linked List
data-structures linked-list linkedlist list lists node nodes
Last synced: 13 Mar 2025
https://github.com/seshasaisrivatsav/data-structures-java
Solutions to Arrays, Strings, Lists, Sorting, Stacks, Trees and General DS problems using JAVA.
algorithms arrays datastructures hashmap linkedlist queue stack strings
Last synced: 13 Apr 2025
https://github.com/basemax/onewaylinkedlistgo
This is a simple implementation of a one-way linked-list in Go. The one way linkedlist is a data structure that is made up of nodes. Each node contains a value and a pointer to the next node. The head of the list is the first node in the list. The tail of the list is the last node in the list. The tail of the list points to nil.
go golang link-list linkedlist linkedlist-delete linkedlist-go linkedlist-implementation linkedlist-insert linkedlist-oneway linkedlist-reverse linkedlists linkedlists-using-class one-way-link-list oneway oneway-data-binding oneway-linkedlist
Last synced: 03 Apr 2025
https://github.com/ifrazaib/datastructurescodes
In this repository i have added data structures codes that includes all the basics concepts to master the concepts of (DSA) in c++ language.
arrays hashing linkedlist queue stack trees
Last synced: 18 Feb 2025
https://github.com/basemax/stacklinkedlistgo
This is a simple implementation of a stack using a linked-list in Go. (Data Structure and Algorithms)
data-structure datastructure ds go golang linked-list linkedlist linkedlist-stack stack stack-linkedlist
Last synced: 03 Apr 2025
https://github.com/ifrazaib/githubproject
In this repository I have added "Github Simulation"Project .In this i have coded github with the concepts of (DSA).
arrays hashing linkedlist queues stack trees
Last synced: 18 Feb 2025
https://github.com/basemax/singlylinkedlistc
This is a simple implementation of a singly linked-list in C. Singly linked-lists are a type of data structure that are used to store a collection of elements. Each element in a singly linked-list is called a node. Each node contains two parts: the data and a pointer to the next node. The first node in a singly linked-list is called the head.
c data-structure datastructure linked-list linkedlist singly-linked-list singly-linked-list-in-c singly-linkedlist
Last synced: 03 Apr 2025
https://github.com/blesson-tomy/s3_data_structures_lab
Programs done during a Data Structures Lab
c datastructures linkedlist sorting
Last synced: 22 Mar 2025
https://github.com/maximfersko/list-java
My implementation Generic List
arraylist java-11 linkedlist list
Last synced: 16 Mar 2025
https://github.com/sangtrandev00/leetcode-practice
Source for practice and debug exercise on leetcode!!!
array bfs binary-search-tree bun bunjs codility datastructures-algorithms dfs hashtable leetcode leetcode-patterns linkedlist queues searching-algorithms slide-window sorting-algorithms stack tree typescript unitest
Last synced: 28 Mar 2025
https://github.com/thecoder507/recommendation-software
"Pizza Radar: A practice project to locate pizzerias in Panama City by district. Using LinkedList data structures, it organizes districts and their pizzerias for efficient searches. Note: Some pizzeria data is fictional for testing purposes."
beginner beginner-project data-structures linkedlist panama-city practice-project python
Last synced: 09 Apr 2025
https://github.com/gokulcodes/ideal-editor-web
A minimal, fast, and distraction-free text editor built for the web. Perfect for taking quick notes, writing drafts, or capturing ideas on the go — all with seamless cloud storage.
linkedlist reactjs text-editor web
Last synced: 24 Apr 2025
https://github.com/unityvn/collection-of-data-types-into-a-set
Tổng hợp về các kiểu dữ liệu tập hợp trong C#
array csharp dictionary hashset linkedlist list queue stack
Last synced: 21 Mar 2025