Projects in Awesome Lists tagged with linkedlist
A curated list of projects in awesome lists tagged with linkedlist .
https://github.com/josealz/linkednlist
Linkedlist
babel css3 frontend gh-pages git github html-css-javascript javascript javascript-library linkedlist node nodo odin-project vscode
Last synced: 14 May 2025
https://github.com/luisfernandovillalon/cs231-introdatastructures
A repository to showcase my coursework for my Introduction to Data Structures college course.
abstract-classes array data-structures exception-handling generics interfaces java javafx linkedlist queue recursion stack text-io
Last synced: 11 Mar 2025
https://github.com/antonharbers/hashmap-demo
Hashmap Demo - The Odin Project: https://www.theodinproject.com/lessons/javascript-hashmap
hashmaps javascript linkedlist node theodinproject
Last synced: 13 Mar 2025
https://github.com/nirupamkhanal/dsa
Demonstration of pointers, data structures, and algorithms (mostly in C++)
algorithms binary-search binary-search-tree data-structures data-structures-and-algorithms dsa hashing hashtable hasing-algorith linked-list linkedlist pointers queue stack
Last synced: 23 Feb 2025
https://github.com/anjanasenanayake/word-counter
Word/Character counter of a given source file programmed in C
c character-counter linked-list linkedlist pointers structs word-counter word-frequency
Last synced: 28 Feb 2025
https://github.com/mtumilowicz/java11-stream-parallel-linkedlist-vs-arraylist
ArrayList vs LinkedList parallel streams performance comparison.
arraylist linkedlist performance performance-analysis performance-comparison stream
Last synced: 23 Feb 2025
https://github.com/haminimi/linked-list
A linked list data structure with all the basic methods.
data-structure data-structures data-structures-and-algorithms datastructure datastructures javascript linked-list linkedlist
Last synced: 03 Mar 2025
https://github.com/meysam81/skip-list
implementing skip list in java language
java linked-list linkedlist optimization optimization-algorithms skip-list skiplist
Last synced: 16 Mar 2025
https://github.com/onesy-me/linked-list
Linked list
browser javascript linked-list linkedlist nodejs typescript
Last synced: 14 Apr 2025
https://github.com/arup9134/find_middle
find_middle is a Python function that calculates the middle element of a given list by finding the median or the element closest to the average value of the list. It provides a straightforward way to locate the central value within a collection of elements.
bpf bpf2go datastructures leetcode linked-list linkedlist lovely-professional-university lpu mid-point-approach midpointofroute problem-solving rubiks-cube sauravhathi vscode-extension
Last synced: 01 Mar 2025
https://github.com/barbaraeguche/book-record-organizer
📖 a circular linked-list for organizing book records.
cli dsa exception-handling file-handling inner-classes linkedlist oop-principles
Last synced: 11 Mar 2025
https://github.com/tinyhiker/java_ecommerce_system
In this project, I created an command-line ecommerce application where the 'system administrator' can view all customer data, forcefully cancel orders etc. This project implements the comparable interface, java enums, access modifiers, array lists, linked lists, object oriented programming etc.
arraylist cmdline inheritance interfaces-java linkedlist
Last synced: 10 Dec 2024
https://github.com/farhantips/data_structures
This repository contains practical implementations and exercises related to the concepts taught in the course on Data Structures. It provides hands-on coding examples to help understand key concepts like arrays, linked lists, stacks, queues, trees, graphs, and more, fostering deeper learning through practical experimentation.
arrays bracu bracucse cse220 cse220lab data-structures graph linkedlist python queue stack tree
Last synced: 26 Mar 2025
https://github.com/samuellucas97/data-structures-in-cplusplus
My implementation of some Data Structures in C++.
dictionary doxygen-documentation hashtable linkedlist makefile vector
Last synced: 18 Feb 2025
https://github.com/tinyhiker/jav_cart
A command-line ecommerce application where the admin can view customer data, forcefully cancel orders etc. Uses thecomparable interface, java enums, access modifiers, array lists, linked lists, object oriented programming.
arraylist cmdline inheritance interfaces-java linkedlist
Last synced: 11 Mar 2025
https://github.com/sergeychelak/leetcoderust
Leetcode solutions in Rust
algorithms binary-search-tree binary-tree leetcode-solutions linked-list linkedlist string-manipulation
Last synced: 24 Feb 2025
https://github.com/samamajarrar/linked-list-c-plus-plus
Linked List Class Complete Implementation in C++ with some other functions. Also Implementation of other Data Structures using that Linked List Class.
cpp data-structures efficient linked-list linkedlist linkedqu linkedsta queue queues stack
Last synced: 18 Feb 2025
https://github.com/sofiadelanoval/data-structures
messy codes from data structures classes <3
arrays dataengineering datastructures dinamic-array double-linked-list linkedlist queue stack
Last synced: 03 Apr 2025
https://github.com/lisba/data_structures_javascript
Main data structures library for javascript
arrays binary-search-tree data-structure graphs hash-table javascipt linkedlist maps queues stacks trees
Last synced: 27 Feb 2025
https://github.com/pkini2002/linkedlist-bootcamp
Striver's Linkedlist Bootcamp Solutions
dsa-learning-series dsa-practice linkedlist striver-a2z-dsa-sheet
Last synced: 21 Feb 2025
https://github.com/pkini2002/dsa
Repo maintained to save my progress in practicing DSA!
cplusplus-20 cses-problem-set-solution dsa dsa-algorithm dsa-practice linkedlist patterns-cpp searching-algorithms sorting-algorithms strings
Last synced: 21 Feb 2025
https://github.com/pkini2002/linkedlist-solutions
Topic: LinkedList Practice
gfg-solutions leetcode-solutions linkedlist
Last synced: 21 Feb 2025
https://github.com/arjunramakrishnan46/take-of-interview
Just for the preperation of Take Of Interview of Brototype. Topics that useful for the Brocamp students.
array binary-search binarysearchtree bubble-sort data-structures hashtable insertion-sort linear-search linkedlist merge-sort object quick-sort selection-sort trie-data-structure
Last synced: 22 Feb 2025
https://github.com/thomasscheuring/odin-linked-lists
The Odin Project - Linked Lists
javascript linkedlist project theodinproject theodinproject-js
Last synced: 27 Dec 2024
https://github.com/basemax/circularlinkedlistcpp
This is a simple implementation of a circular linked-list in C++.
circular circular-linked-list cpp data-structure datastructure ds linked-list linkedlist
Last synced: 03 Apr 2025
https://github.com/ivanbgd/linked-lists
The Linked List data structure, with example usage
c doubly-linked-list doublylinkedlist linked-list linkedlist python
Last synced: 28 Mar 2025
https://github.com/cerebnismus/doubly-linked-list
🔗 Doubly-LinkedList Implementation in C/C++
cpp dll double-linked-list doubly-linked-list linkedlist list
Last synced: 18 Mar 2025
https://github.com/mmncit/ralgo
Implementation of datastructures and algorithms using Ruby
algorithms binary-search-tree datastructures graph linkedlist rspec ruby stack
Last synced: 12 Mar 2025
https://github.com/mhdb96/buscompanyxd
🚍 A C# app to manage a bus company using LinkedList as the base data structure and text files for data storing
algorithms csharp data-structures database files linkedlist material-design
Last synced: 22 Feb 2025
https://github.com/nisanth2004/java-collection-framework
Java Collection framework provides many interfaces (Set, List, Queue, Deque) and classes (ArrayList, Vector, LinkedList, PriorityQueue, HashSet, LinkedHashSet, TreeSet).
array arraylist hashtable java linkedlist map methods mysql set springboot treeset
Last synced: 28 Feb 2025
https://github.com/valmir-unicap/bibliotecas-java
Estudo das bibliotecas do Java
arraydeque arraylist collections datetime hashmap intellij java linkedlist stack vitrinedev
Last synced: 05 Mar 2025
https://github.com/keivan-sf/insertion-sort-middle-tracking
Insertion-sort combined with middle-tracking to improve performance at certain scenarios
algorithm insertion-sort linkedlist
Last synced: 17 Mar 2025
https://github.com/priyanshu360-cpu/quick-structures-npm
quick strucures and algorithms at your finger tips
graph linkedlist quick-structures structures trie
Last synced: 20 Mar 2025
https://github.com/vishesh-pandey/dsa-java
Data Structures and Algorithms in Java
bst data-structures-and-algorithms dsa graph java linkedlist queue searching sorting stack tree
Last synced: 25 Feb 2025
https://github.com/hifza-khalid/java-development-zone
A structured Java learning journey 🚀 covering matrices, data structures, GUI applications, and database connectivity with step-by-step implementations.
calculator convertor crud database gui java linkedlist mysql netbeans swing tic-tac-toe xampp
Last synced: 22 Mar 2025
https://github.com/thomasleavy/javadatastructuresandalgorithms
This repository contains Java implementations of different data structures and algorithms. Each one shows a different concept. It is intended to show how these elements work and how they're implemented in Java.
arraylist arrayqueue binary-search-tree bubble-sort data-structures doubly-linked-list java linkedlist recursion singly-linked-lists stack
Last synced: 08 Apr 2025
https://github.com/alirezaies/datastructures
Repository With The Data Structures In C++ That I Use To Learn.
cplusplus datastructures linkedlist queue stack tree
Last synced: 09 Mar 2025
https://github.com/aakashsharma7/blind_75_dsa
arrays hashing java linkedlist string
Last synced: 21 Feb 2025
https://github.com/rickyes/lucky.js
☆ Basic high-level data structure library for Node.js
avltree binarytree bplustree btree double-linked-list graph hashmap linkedlist nodejs redblacktree structure
Last synced: 21 Mar 2025
https://github.com/yogaprasadk/dsa_a_to_z_course
It is a complete repository of my learning of data structure and algorithms. You can see here that video link(image) with particular problem and solutions of the particular problem code is updated.
arrays binarysearch bitmanipulation dynamic-programming heaps linearsearch linkedlist queue stacks strings
Last synced: 20 Mar 2025
https://github.com/iesreza/gutil
Golang utilities
file go golang linkedlist log logger logging utilities
Last synced: 21 Feb 2025
https://github.com/rajkumar060301/data-structure
The Data Structure all topic discuss and program in this repo
array linkedlist matrix queue stack string tree
Last synced: 10 Apr 2025
https://github.com/sarvesh-sp/sorty
centralized sorting algo written in typescript
bubble-sort linkedlist numbers sorting strings
Last synced: 15 Mar 2025
https://github.com/affancoder/c_language
These all my personal practiced codes in 'C' Programming Language
array c-language dsa-algorithm dsa-practice function if-else-statements linkedlist loop matrix-multiplication operator pattern queue recursion sorting stack string switch-case
Last synced: 23 Mar 2025
https://github.com/azhovan/flinkedlist
Fast Sorted Linked List Implementation
Last synced: 28 Feb 2025
https://github.com/ayhamratrout/stack
This repository contains my implementation of a generic Stack data structure using a generic LinkedList data structure. The Stack has been tested for functionality and the XUnit tests are included in this repository.
backend backend-development collections csharp data-structures generic-collections generic-programming generic-types generics linkedlist oop oop-principles stack xunit xunit-tests
Last synced: 03 Mar 2025
https://github.com/jaaumg/linkedlist
creating a linkedlist on C using pointers and structs
c linkedlist list pointers struct
Last synced: 14 Mar 2025
https://github.com/smabdullah/forward_linkedlist
A C++ forward linkedlist implementation using the smart pointer
c-plus-plus-17 cpp17 linked-list linkedlist smart-pointer
Last synced: 15 Mar 2025
https://github.com/baqar-abbas/data-structures---algorithms
This Repo contains the programs related to Data structures and algorithms built using C language, C# (C Sharp), JavaScript and Ruby.
abstract-data-types algorithms algorithms-and-data-structures arrays binary-search c cpp csharp data-structures javascript linear-search linked-list linkedlist stack
Last synced: 26 Feb 2025
https://github.com/ccwukong/algo-in-js
The common data structures and algorithms implemented in JavaScript.
algorithms data-structures disjoint-set divide-and-conquer dynamic-programming graph greedy heap javascript linkedlist priority-queue queue searching sorting stack tree
Last synced: 18 Mar 2025
https://github.com/abdullahselek/linkedlistcxx
C++ generic LinkedList implementation.
cpp generic library linkedlist
Last synced: 16 May 2025
https://github.com/henrylin03/odin-linkedlist
Implement linked list data structure using vanilla JavaScript (Node) as part of The Odin Project's "Full Stack JavaScript" course.
data-structures data-structures-and-algorithms javascript linked-list linked-list-in-js linked-lists linkedlist
Last synced: 04 Mar 2025
https://github.com/abdullah-niaz/linked-list-problems
Solutions to various linked list problems, covering basic operations, advanced techniques, and efficient problem-solving approaches in C++/Python.
algorithms cplusplus datastructures leetcode linkedlist problemsolving python
Last synced: 09 Mar 2025
https://github.com/alitekes1/one_directional_linked_list_operations
Sakarya Üniversitesi Bilgisayar Mühendisliği BSM207 Veri Yapıları dersi kapsamında gerçekleştirdiğim projede, tek yönlü bağlı listeler kullanarak dosyadan okunan sayıların tek basamakların başa alınması, sayıların basamaklarının terslenmesi, en büyük sayının listeden çıkarılması ve bu işlemlerin sonuçlarının detaylarıyla ekrana çıkarılması sağlanır
algorithms datastructures linkedlist
Last synced: 20 Mar 2025
https://github.com/jakeoeding/data-structures
Implementations of common data structures
arraylist data-structures heap linkedlist queue stack
Last synced: 15 May 2025
https://github.com/vinayak-kumar-sharma/cpp_code
Data Structure and Algorithm
array cpp dsa-algorithm dsa-practice heap linkedlist
Last synced: 26 Mar 2025
https://github.com/navneethvi/dsa-elementary-basics
My personal playground where I practice and study data structures and algorithms, honing essential skills in computer science fundamentals.
array bfs dfs dsa-algorithm graph hashtable heap linkedlist queue searching-algorithms sorting-algorithms stack string tree trie
Last synced: 25 Feb 2025
https://github.com/youstinus/algorithm-analysis
Algorithm Analysis of Merge Sort, Insertion Sort, HashTable in RAM and Disk with Array and Linked List
algorithm binary-search-tree bubble-sort csharp hash-table-analysis hash-table-search hashtable insertion-sort insertion-sort-algorithm linked-list linkedlist merge-sort mergesort mergesort-algorithm string-generator
Last synced: 24 Mar 2025
https://github.com/gloriadeitos/pucpr-mpoed-library-system
Sistema simples de biblioteca virtual em Java, com interface apenas no terminal. Utiliza LinkedList, Queue, Stack e HashMap para gerenciar livros e implementar um sistema de recomendação básico com grafos.
Last synced: 22 Apr 2025
https://github.com/michellbrito/interview-prep
My solutions to coding problems.
bfs binary-search-tree dfs interviewquestions javascript linkedlist python queues stacks
Last synced: 26 Feb 2025
https://github.com/viniciuschiele/solvedit
algorithms array btree datastructures linkedlist
Last synced: 22 Mar 2025
https://github.com/professorsergio12/dsa-code
Here you get codes of every topics of data structure in c++, like array, linkedlist, stack, queue, trees, graph, and handwritten notes also.
array dynamic-programming graph-algorithms hashing-algorithm linkedlist queue sorting-algorithms stack string tree-structure
Last synced: 19 Feb 2025
https://github.com/scheuringtamas/odin-linked-lists
The Odin Project - Linked Lists
javascript linkedlist project theodinproject theodinproject-js
Last synced: 26 Feb 2025
https://github.com/damir-sijakovic/ds80lib
ds80lib - c data structures library
c hashtable linkedlist pair vector
Last synced: 25 Mar 2025
https://github.com/aditya81070/data-structures-and-algoritham
This repository contain code for DSA for summer learning.
algorithms algorithms-and-data-structures c cpp data-structures data-structures-and-algorithms dsa dsa-by-narishma-karumanchi graph-algorithms linkedlist trees
Last synced: 01 Apr 2025