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

Parsing a boolean expression

Next topic

Letter combinations of a phone number

Quick search

BacktrackingΒΆ

Algorithms::Backtracking

  • Letter combinations of a phone number
  • Generate parentheses
  • Sudoku solver
  • Combination sum
  • Combination sum II
  • Permutations
  • Permutations II
  • N-queens
  • N-queens II
  • Combinations
  • Subsets
  • Word search
  • Subsets II
  • Restore IP addresses
  • Word ladder II
  • Palindrome partitioning
  • Word break II
  • Word search II [Trie, DFS]
  • Combination sum III
  • Factor combinations
  • Palindrome permutation II
  • Word pattern II
  • Flip game II [DP, Hash]
  • Generalized abbreviation
  • Word squares
  • Beautiful arrangement
  • Implement magic dictionary [Trie, DFS]
  • 24 game [DFS]
  • Partition to k equal sum subsets [DFS, DP, Memoization]
  • Maximum length of repeated subarray [DP, Hash, Binary Search]
  • Letter case permutation
  • Number of squareful arrays
  • Brace expansion
  • Brace expansion II
  • Path with maximum gold
  • Tiling a rectangle with the fewest squares
  • Maximum score words formed by letters
  • Synonymous sentence [Union Find]
  • Verbal arithmetic puzzle
  • Find a corresponding node of a binary tree in a clone of that tre [Stack]

Navigation

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