Reverse a specific part inside a given linked list
-
Updated
Oct 12, 2024
Reverse a specific part inside a given linked list
React based snake game using linked list data structure : https://sufyan-linkedlist.netlify.app/
It will help for the interview rounds. C++ and python programs.
Build Linked List. Methods: reverseLinkedList, getKthFromTheEnd, toArray, size, indexOf, contains, deleteLast, deleteFirst, addFirst, addLast
LinkedList Implementation and solutions of different problems related to linkedlist taken from Hackerrank and Leetcode.
Simple python scripts solving well known programming challenge questions
I made this project to understand better how a linked list works in Python and practice most of the algorithms related to a linked list like: Reverse, Sort, or Delete.
Linked Lists Problems
Data Structure problems coded in java
Welcome to A December of Algorithms. This is a small collection of algorithms to implement this December. Finish it all to get a certificate. :)
Algorithms problems based on linked list.
Add a description, image, and links to the reverse-linked-list topic page so that developers can more easily learn about it.
To associate your repository with the reverse-linked-list topic, visit your repo's landing page and select "manage topics."