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

Topic: "linkedlist-implementation"

Mohamedgamal235/Data-Structure-C-plus-plus

This is Giudlines and implementations for serveral Data Strucutres in programming using C++ language.

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

cesardushime/DSA_Data-Structures-Algorithms-in-Python

Welcome to the Data Structures & Algorithms (DSA) journey using Python! This repository contains all the notes, code implementations, practices, and resources to help you master DSA.

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

BaseMax/OneWayLinkedListCpp

This is a simple implementation of a one-way linked-list in C++.

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

damlakayikci/LinkedList-Implementation-w-Java

🏭 A factory line simulation, using double linked lists in Java

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

SililaWijesinghe/ShoppingListApplication

Crafted with C# in Visual Studio, this Windows Forms Application serves as an efficient Shopping List tool. The application leverages the power of a Linked List data structure, offering dynamic and flexible list management. Users can easily add, remove, and modify items on their shopping list, providing a seamless and intuitive experience.

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

vbhv-unyl/cpu-process-scheduling-algorithm

An algorithm designed to handle cpu processes efficiently. Implemented using data structures and algorithms. Inspired by the famous round robin cpu scheduling algorithm.

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

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.

Language: Go - Size: 20.5 KB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0