Navigation

  • index
  • next |
  • previous |
  • PyHowTo: 1798 tasks and 2296 solutions »

Table of Contents

Python v3.7 HowTos:

  • ------ Algorithms ------
  • Recursion
  • Backtracking
  • Dynamic Programming
  • Greedy
  • Sort
  • Binary Search
  • Depth First Search [DFS]
  • Breadth First Search [BFS]
  • Binary Search Tree [BST]
  • ------ Structures ------
  • Array
  • String
  • Heap
  • Stack
  • Queue
  • Tree
  • Linked List
  • Hash Table
  • Bit Manipulation
  • Two Pointers
  • Math
  • Decorator
  • -------- Tutors --------
  • Basic
  • Intermediate
  • Advanced
  • Interview
  • ----- Applications -----
  • Spark
  • Tkinter
  • Turtle
  • Games
  • Web
  • -------- About ---------
  • About
  • History

Previous topic

Check if a string is a valid sequence from root to leaves path in a binary tree [BFS, DFS, Stack]

Next topic

Add two numbers

Quick search

Linked ListΒΆ

How To: Linked List

  • Add two numbers
  • Merge two sorted lists
  • Merge K sorted list [Heap, Divide and Conquer]
  • Swap nodes in pairs
  • Reverse nodes in K-group
  • Rotate list
  • Remove duplicates from sorted list II
  • Remove duplicates from sorted list
  • Reverse linked list II [Iterative, Recursion]
  • Copy list with random pointer
  • Intersection of two linked lists
  • Remove linked list elements
  • Reverse linked list
  • Palindrome linked list
  • Delete node in a linked list
  • Odd even linked list
  • Plus one linked list [Two Pointers]
  • Add two numbers II
  • Split linked list in parts
  • Linked list components
  • Interval list intersections
  • Remove zero sum consecutive nodes from linked list [OrderedDict, Hash]
  • Count substrings with only one distinct letter
  • Before and after puzzle [Hash]
  • Print immutable linked list in reverse
  • Convert binary number in a linked list to integer
  • Linked List Implementation

Navigation

  • index
  • next |
  • previous |
  • PyHowTo: 1798 tasks and 2296 solutions »
© Copyright 2020, Sergiy Zaytsev, szaytsev@hotmail.com. Created using Sphinx 2.3.0.