stack-linked-list

There are 12 repositories under stack-linked-list topic.

  • shreyasvedpathak/Data-Structure-Python

    This repository contains my implementation for performing Searching and Sorting Algorithms as well as the implementation of basic Data Structures in Python 3.

    Language:Python20108
  • data-structures-ADT-A2

    zakonweb/data-structures-ADT-A2

    Algorithms and ADTs • binary search algorithm • conditions necessary for the use of a binary search • performance of a binary search • implement an insertion sort • implement a bubble sort • performance of a sort routine • find an item in : linked list, binary tree, hash table • insert an item: stack, queue, linked list, binary tree, hash table • delete an item from: stack, queue, linked list

    Language:Python9403
  • kamilhan-karaismailoglu/Practices-Related-To-Data-Structure

    The program first saves the values ​​received from the user in the queue structure, then adds the values ​​in this queue structure larger than the average of the queue to the linked list created in accordance with the stack structure and copies this linked list into an array. Finally, it writes the created array to the screen. Made with C. This program was written for the Data Structures lecture.

    Language:C220
  • SaadAhmedSalim/CSE-225-Lab

    Data Structures and Algorithm using C++

    Language:C++2102
  • fawadeqbal/Java-Data-Structures-and-Algorithms

    The "Java Data Structures and Algorithms Repository" is a curated collection of well-organized Java code for sorting, searching, linked lists, and stacks. It's a valuable resource for developers seeking to enhance their skills in data structures and algorithms.

    Language:Java1101
  • HunorVadaszPerhat/javascript-data-structures-algorithms

    :abacus: Data Structures and Algorithms in JavaScript

    Language:JavaScript0100
  • megalemarcelo/c_fatec_ed_pilhas

    Estudo de estruturas de dados: implementação de algoritmo de pilhas (e suas operações pop, push e peek) com vetor e lista simplesmente ligada em C.

    Language:C0100
  • ospluscode/Stack-Queue

    Stack & Queue Data Structure implementation; questions and solutions

    Language:Python0100
  • leonoronhas/Stack-Java

    Stack array and linked list implementations

    Language:Java10
  • siddhant68/Data-Structures-Using-Java

    All common Data Structures are implemented in Java from scratch, without using any predefined JDK classes.

    Language:Java001