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

GitHub topics: double-linked-list

endritngjelina/COP4530

Data Structures COP4530 is one of the main programming courses at the University of South Florida. This repository contains all of my projects for this class.

Language: C++ - Size: 14.6 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

TiagoRodrigues1111/C-data-structures

This is a repository containing declarations and definitions of different data structures in C. Multiple definitions are proposed for each data structure, such as alternatives using arrays and/or linked lists. It is designed for learning, practice, and use in larger projects. Each data structure is implemented with comments and example usage.

Language: C - Size: 77.1 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

ngljcb/px-riscv-double-linkedlist 📦

RISC-V assembly program for my computer architecture university course which simulates a double linked-list & implements main functions.

Language: Assembly - Size: 80.5 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 15 - Forks: 6

m-grant-prg/libmgec

MGE General C Library

Language: C - Size: 28.5 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

irungundigirigi/ds-algorithms

Javascript implementation of the different Data structures and algorithms

Language: JavaScript - Size: 1000 Bytes - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

Marian-Vittek/sglib

SGLIB - a simple generic library for C

Language: C - Size: 62.5 KB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

i-am-junayed/data-structure

Practice problems with solutions for Data Structure.

Language: Python - Size: 389 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Sheratan095/Push_swap

Sorting algorithm to to order a stack of integers using a restricted set of operations, while striving to minimize the total number of moves

Language: C - Size: 1.66 MB - Last synced at: 24 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

MKaratsioris/Data-Structures

In this repository, one can find classes for different data structures like Linked Lists, Queue, Stack, Hash Table, Tree and Graph.

Language: Python - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

llefranc/42_ft_containers

School project: reimplement the STL containers (using allocator, double linked list and AVL binary trees).

Language: C++ - Size: 3.15 MB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 27 - Forks: 1

harmim/vut-ial-project1

Algoritmy - 1. projekt

Language: C - Size: 59.6 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

justin-marian/sda-labs

Language: C - Size: 3.09 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

khmelnitskiianton/DLinkedList

Double Linked List on pointers

Language: C++ - Size: 6.84 KB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

whdhdyt21/CoffeeShop-Cashier

Aplikasi Coffee Shop Order Management adalah sistem pemesanan sederhana yang menggunakan Double Linked List dalam C++ untuk menyimpan, mengedit, menghapus, mencari, dan mengurutkan pesanan kopi.

Language: C++ - Size: 381 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Alireza-Ardalani/N-Digits-Calculator

This calculator supports arbitrary-length numbers and five basic operations (+, -, *, /, %) using a double linked list.

Language: Java - Size: 87.9 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

harismuneer/Doubly-and-Singly-Linked-List

🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List

Language: C++ - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 6

akashnath420/Student-Record-Management-System

Student Record Management System using binary search tree

Language: Java - Size: 41 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

hanae-mk/Data-Structures

Mini Projects In C++ Using Data Structures Concepts

Language: C++ - Size: 59.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

HarshBatra/Music_Player_using_LL

MUSIC PLAYER SYSTEM USING LINKED LISTS : Academic Project under Data Structures & Algorithms course

Language: C++ - Size: 371 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

andrewkof/Data-Structures-Part-A

The aim of this project is to simulate a streaming service. The service offers movies organized into different thematic categories. Users can register on the platform, watch movies and add them to their watch history, receive movie recommendations based on the watch history of other users, and perform filtered searches across movie categories.

Language: C - Size: 1.32 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

0xromjobert/push_swap

Language: C - Size: 132 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dlang-community/containers

Containers backed by std.experimental.allocator

Language: D - Size: 950 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 111 - Forks: 39

lrafa3l/push_swap

Language: C - Size: 102 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

RasheedAlwahbany/CPPDoubleLinkedListProject

This is C++ double linked list project

Language: C++ - Size: 828 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Pulsar7/DynamicArrayLib

Custom implementation of Dynamic-Arrays in C

Language: C - Size: 222 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

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: 10 months ago - Pushed at: 10 months ago - Stars: 27 - Forks: 0

yAmineee/Data-Structure-Algorithms

Implémentations de divers structure de données en Java

Language: Java - Size: 37.1 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Conzxy/zda

Practical toolbox of data structures and algorithms

Language: C - Size: 244 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

burhanahmed1/DSA

Practice Codes for Data Structures and Algorithms in C++

Language: C++ - Size: 118 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

nxz7/EDD_PROYECTO-_202200007

(FS, 2024 - all 3 project of the course) Language: FORTRAN - Course: Estructuras de datos (Data Structures )

Language: Fortran - Size: 27.2 MB - Last synced at: 11 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rfieve/doubly-linked-list-navigator

A TypeScript library extending the doubly-linked-list with navigation

Language: TypeScript - Size: 375 KB - Last synced at: 23 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ADolbyB/cpp-data-structures

Code I Wrote From 2 C++ Classes at FAU.

Language: C++ - Size: 178 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

thekishanpatel/Data-Structures-and-Algorithms

Popular Data Structures and Algorithms

Language: Python - Size: 24.4 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

attractivechaos/dlist

Five implementations of double linked lists to demonstrate generic data structures in C

Language: C - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 15 - Forks: 2

ayesha-enayat/DSA

This repository contains implementations of data structures and algorithms in C++.

Language: C++ - Size: 173 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

yeshalkhan/DSA-ADTs

This repository contains code for ADTs that I implemented in my Data Structures and Algorithms course.

Language: C++ - Size: 31.3 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

AhmedMaherElSaeidi/Data-Structures-Using-C

The goal of this project is to create a C program that demonstrates the implementation and usage of linked lists, queues, and stacks. These data structures are essential in computer science and are widely used for managing data in various applications.

Language: C - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

echenim/GoHackerton

Go data-structure and algorithm implementation this more of a refresher exercise on the basics of theoretical computer science

Language: Go - Size: 1.5 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

lanzaj/push_swap

Program in C that sort a pile using another pile

Language: C - Size: 70.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dolong2110/long-banking-system

Online bank system with Python

Language: Python - Size: 225 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 3

Ransomware3301/heterogeneous_double_linked_list_library

C double linked list library that can hold heterogeneous data, achieved through the extensive use of void pointers.

Language: C - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

charan1911/PYTHON_ALL_TOPICS

PYTHON ALL TOPICS CODE

Language: Python - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ArtemkaKun/simple_ds 📦

My implementation of basement data structures on C#

Language: C# - Size: 39.1 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

kkbughunter/Data-Structure 📦

Data Structure and Algorithms

Language: C - Size: 2.22 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 1

WerdsMind/Estructuras_de_datos

colección de implementaciones de estructuras de datos y algoritmos fundamentales escritos en C++

Language: C++ - Size: 1.85 MB - Last synced at: about 12 hours ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hanadiasfour/Dynamic-car-agency

A car agency application built for both customers and admins to use in different ways.

Language: Java - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hanadiasfour/Palestinian-Martyrs-Data-Management-System

Efficiently manage and analyze Palestinian martyr data.

Language: Java - Size: 659 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Javedmv/DSA

Exploring DSA: A collection of code snippets and implementations for data structures and algorithms. Join me in mastering the essentials of efficient problem-solving! 🚀 #DSA #CodingJourney

Language: JavaScript - Size: 34.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

adudumayo/DSA

Study Advanced Programming With Me. (Rhodes University Course On Data Structures And Algorithms)

Language: Java - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yan-almeida/doubly-linked-list

Lista duplamente encadeada na linguagem C.

Language: C - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

gabrielegilardi/HashTable

Hash table and dictionary class implementation using lists and double-linked lists.

Language: Python - Size: 31.3 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

AllisonSFlores/Cielo_vs_Infierno

II Data Structures Project 2020-Implementation of different data structures

Language: C++ - Size: 84.6 MB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Floofies/LinkedList

Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js

Language: JavaScript - Size: 20.5 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

metallicgloss/London-Underground-Route-Planner

Underground Route Planner - a Django application to allow for the fastest route planning across the London underground network.

Language: Python - Size: 2.05 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

wahab-hac/Contact_Book

Data Structure Mini Project on C++ "Contact Book" in CMD | 2022

Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

andrefelipeos/totem-rodoviaria 📦

Uma aplicação em linha de comando para escolha de passagens e rotas de ônibus. :bus:

Language: C++ - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

baraa99salah/Double-Linked-List

This file was written by using C language, there are several of functions related to double linked list

Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ElDamhougyMohab/Flight-Booking-System

Flight booking system using C Language and Linked Lists

Language: C - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bharat-chandra/DSA

Language: Java - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Keywcksn/DataStructure

Computer Science 2nd semester - Data Structure

Language: C++ - Size: 2.25 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DohaoSTR/double-linked-list_c_plusplus

Double linked list with standard operations.

Language: C++ - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

DohaoSTR/double-linked-list-c-sharp

Double linked list with realization of standard operations and console user interface.

Language: C# - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

mjornada/listaDuplamenteEncadeada

Lista Duplamente Encadeada com Generics desenvolvida em Java para o estudo de Estrutura de Dados

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

Bigizic/alx-low_level_programming

Pointers, data types, nested loops, recursion, static libraries, argc & argv, malloc, more malloc, preprocessors, function pointers, variadic functions, single linked list, bit manipulation, file i/o, double linked lists, hash tables, make files, search algorithms

Language: C - Size: 484 KB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Muddz/Regret

[Moved to MavenCentral] An undo-redo Android library which works with any objects and with an easy implementation. Perfect for drawing, text and photo editing apps.

Language: Java - Size: 6.06 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 68 - Forks: 7

sofiadelanoval/Data-Structures

messy codes from data structures classes <3

Language: C++ - Size: 532 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jishang1602/Double_linklist_remove_duplicate

C implementation to remove duplicates from an unsorted doubly linked list

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

danildenha/Circular-Buffer

Implementation of a templated class utilizing std::array, forming a circular buffer data structure, ideal for efficient data streaming and featuring complex cell data

Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ecemcinar/AlgorithmsAndProgramming-II

Java exercises and data structures

Language: Java - Size: 499 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

blakeembrey/deque

JavaScript implementation of a double-ended queue

Language: TypeScript - Size: 659 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 2

Arrsh-Adarsh/Algorithms

Programs in C for various Data Structure like Linked List, tree, searching and sorting

Language: C - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

caupolicanre/AyED-TP2

Repository to upload the project of the practical work N°2 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, Ré. 2022

Language: Python - Size: 1.42 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

caupolicanre/AyED-TP1

Project of practical work N°1 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, Ré. 2022

Language: Python - Size: 25.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Anjasfedo/Double-Link-List

Double Linked List on C++

Language: C++ - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Noureldin2303/SchoolManagementSystem

SchoolManagementSystem Project in data-structures using java ( Double-LinkedList )

Language: Java - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

kr-g/dryades

dryades umbrella project

Language: Python - Size: 139 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AlvaroMolinaCL/EstructurasDeDatos

This repository (in spanish language) contains study material, codes, and exercises solved by me in the Data Structures course taught at UCSC in the 2022-1 semester.

Language: C++ - Size: 618 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

albaloshi1996/CPP-Data-structure

This repository contains c++ codes which implement data structure these codes contain: Linked List, Queues, Stack and more

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Jekwwer/IAL-Project01-2021 📦

IAL Project: Stack, Infix to Postfix Conversion & Double Linked List Implementation - VUT FIT 2021/22

Language: C - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

fsrt16/Linked-LIST

Basics of DATA-STRUCTURE

Language: C++ - Size: 7.17 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

IT-Skills-Exchange/jacademy-data-structures

Java Academy Course: Data Structures

Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

imRP21/OTHER_ASSIGNEMENT_CODES

Data-structures and Algorithms that I had done during my semester 2, have a look at it.

Language: C++ - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

nikhil-jindal12/DoubleLinkedList

Contains implementation for a Double Linked List and its node.

Language: Java - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MarvinMartin24/Blockchain-Emulation

Double linked List in C to create un basic encrypted - blockchain

Language: C - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 2

psprawka/Libft

42 library of basic C functions - queues, lists, memory operations and more :smile:

Language: C - Size: 119 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 26 - Forks: 2

FiryanulRizky/StrukturData-KuliahSemester2

Kumpulan Projek Struktur Data Kuliah Semester 2

Language: C - Size: 107 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

abirvalarg/list

type-safe, double-linked dynamic array for C

Language: C - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

oguzhanulusoy/java-data-structure

🤯 👨🏻‍💻 Algorithms and data structures implemented in Java with explanations.

Language: Java - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

ismailg2u/Double-Linked-List-in-Java

Language: Java - Size: 57.6 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

E7su/growlithe

Data structures & Algorithms

Language: Python - Size: 1.64 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

testtesttesttest45/SeatBookingSimulator

Data Structure and Algorithm

Language: C# - Size: 48.8 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

testtesttesttest45/SeatBookingSimulator2

Data Structure and Algorithm

Language: C# - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

yahya-mohammed07/doubly_linked_list

doubly linked list implementation using modern c++

Language: C++ - Size: 34.2 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

FelipeCRamos/ELIS

A simple CLI text editor using double-linked lists on C++

Language: C++ - Size: 2.91 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

Jagadeesh393/phone_book1

Its similar to our phonebook ,it create alphabetical order and search and displays ,delete contacts ,it takes inputs as first name and last name and phone number

Language: C++ - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Atul-Acharya-17/Data-Structures

Implementation of Common Data Structures in C++

Language: C++ - Size: 1.15 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

leandrolcampos/coursera-dsa

Some solutions for Data Structures and Algorithms Specialization at Coursera.

Language: C - Size: 5.7 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 8

imancrrzii/ASDL-DoubleLinkedList

Repository for working on the final project of Algorithms and data structures II

Language: Java - Size: 12.7 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

ErnaneJ/ds-simulator

Simulator to demonstrate the use and functioning of the main methods present in the structured list data in a visual and didactic way.

Language: TypeScript - Size: 169 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

shrey1216/Seven-Flags

Using a Double Linked List to Manage Ride Queues

Language: Java - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0