Search code examples
LinkedList not printing the first element in a special case...


javarecursiondata-structureslinked-list

Read More
Missing nodes in creation of ordered linked list...


c++data-structuresdoubly-linked-list

Read More
Tree: Preorder Transversal...


javadata-structurestree

Read More
Codeforces 607A. Getting wrong answer...


algorithmdata-structuresc++14dynamic-programming

Read More
DFS (Depth-first search) vs BFS (Breadth-first search) Space Optimizations...


data-structureschartsiterationdepth-first-searchbreadth-first-search

Read More
Why I'm hitting time limit!? LeetCode Linked List Cycle (Solved but explanation needed!)...


javascriptperformancedata-structuresecmascript-6singly-linked-list

Read More
Expressions Algorithm in TypeScript...


typescriptalgorithmdata-structures

Read More
Storing in std::map/std::set vs sorting a vector after storing all data...


c++data-structuresstdvectorstdmapstdset

Read More
What is the difference between Python's list methods append and extend?...


pythonlistdata-structuresappendextend

Read More
Union Find - Why we are checking Size for Weighted Quick Union...


algorithmdata-structurestreeunion-find

Read More
Number of integers in an unsorted list that are larger than a given integer possibly not in the list...


algorithmdata-structureslanguage-agnostic

Read More
Can we reverse the elements in a Singly Circular Linked List using only two pointers? Is that possib...


cdata-structuresreversesingly-linked-listcircular-list

Read More
Split List into Sublists with LINQ...


c#linqdata-structures

Read More
What is a zip tree, and how does it work?...


randomdata-structuresbinary-search-treeskip-lists

Read More
My function for printing my linked list isn't printing it...


cdata-structureslinked-list

Read More
Incorrect Placement visited node set in Graph traversal DFS...


pythondata-structuresdepth-first-search

Read More
Having trouble finding Pivot index...


arrayspython-3.xdata-structures

Read More
Attendance rotation algorithm in laravel...


phplaravelalgorithmsortingdata-structures

Read More
Scheduling Employees - what data structure to use?...


database-designdata-structuresscheduling

Read More
Can a binary search tree be constructed from only the inorder traversal?...


algorithmdata-structuresbinary-search-tree

Read More
i can't find the error in my c program for the data structure project...


cdata-structures

Read More
What happens to the lost part of a singly Linked list when I am introducing a loop at the middle?...


javalistalgorithmdata-structuressingly-linked-list

Read More
The worst case time complexity for HashMap after Java 8 is still O(n) not O(log n)?...


javadata-structuresjava-8hashmap

Read More
Knight's travel problem with stack. (Output not working properly.)...


cdata-structuresstack

Read More
Adding an edge in Floyd-Warshall algorithm...


algorithmdata-structureschartsgraph-theoryfloyd-warshall

Read More
What does it mean when people say List in python are cache friendly?...


python-3.xdata-structurespython-dataclasses

Read More
Count ways to n'th stair(order does not matter)...


c++algorithmdata-structuresdynamic-programming

Read More
Purpose of last 2 while loops in the merge algorithm of merge sort sorting technique...


c++algorithmdata-structuresmergemergesort

Read More
How to avoid reallocating an array of pointers when we dont know the exact size from start...


cdata-structuresdynamic-memory-allocation

Read More
For loop running infinitely in go, while adding a Node to an Linked List...


godata-structureslinked-list

Read More
BackNext