An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with linkedlist

A curated list of projects in awesome lists tagged with linkedlist .

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/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/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/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/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/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/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/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/yogaprasadk/geeks-for-geeks-20days-challenge

It is a repository you can able to find the problems with solutions,articles and videos.

arrays bs bst dp graph linkedlist queue stack string tree

Last synced: 20 Mar 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/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/azhovan/flinkedlist

Fast Sorted Linked List Implementation

linkedlist php

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/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/cccaaannn/linkedlist

singly linked list

linkedlist

Last synced: 14 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/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.

cli java linkedlist pucpr

Last synced: 22 Apr 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/yogaprasadk/geeks-for-geeks-160days-challenge

It is a repository you can able to find the problems with solutions,articles and videos.

arrays bs bst dp graph linkedlist queue stack string tree

Last synced: 25 Jan 2025

https://github.com/damir-sijakovic/ds80lib

ds80lib - c data structures library

c hashtable linkedlist pair vector

Last synced: 25 Mar 2025