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

Topic: "adt-implementations"

faisalkhan91/Abstract-Data-Type-Implementation

This code represents the array based and the linked-list based ADT implementations in C++. Also both the implementations are extended with functions to find a specific key value in the data structure as well as split the list into two at a particular value.

Language: C++ - Size: 1.91 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

Silent0Wings/Smarter-Priority-Queue-SPQ-ADT-Implementation

This repository contains the implementation of a Smarter Priority Queue (SPQ) Abstract Data Type (ADT) using a parameterized heap. The SPQ is designed to support both min-heap and max-heap configurations with dynamic adaptability and efficient management.

Language: Java - Size: 322 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0