Practice of Algorithm Problems
CtrlK
  • Main
  • Array
  • Binary Search
  • Stack
  • Heap
  • Bit Manipulation
  • Greedy
  • String
  • Dynamic Programming
  • Tree
  • Linked List
  • Graph
  • Backtracking
  • Depth-First-Search & Breadth-First-Search
  • Math
    • 7. Reverse Integer
    • 8. String to Integer (atoi)
    • 9. Palindrome Number
    • 29. Divide Two Integers
    • 60. Permutation Sequence
    • 65. Valid Number
    • 89. Gray Code
    • 149. Max Points on a Line
    • 166. Fraction to Recurring Decimal
    • 168. Excel Sheet Column Title
    • 171. Excel Sheet Column Number
    • 172. Factorial Trailing Zeroes
    • 202. Happy Number
    • 204. Count Primes
    • 246. Strobogrammatic Number
    • 247. Strobogrammatic Number II
    • 263. Ugly Number
    • 264. Ugly Number II
    • 292. Nim Game
    • 296. Best Meeting Point
    • 313. Super Ugly Number
    • 319. Bulb Switcher
    • 365. Water and Jug Problem
    • 469. Convex Polygon
    • 780. Reaching Points
    • 794. Valid Tic-Tac-Toe State
    • 836. Rectangle Overlap
    • 942. DI String Match
    • 1017. Convert to Base -2
    • 1025. Divisor Game
    • 1056. Confusing Number
    • 1088. Confusing Number II
    • 1227. Airplane Seat Assignment Probability
    • 1232. Check If It Is a Straight Line
    • 1238. Circular Permutation in Binary Representation
    • 1250. Check If It Is a Good Array
  • Design
  • Old Interview Questions
Powered by GitBook
On this page

Was this helpful?

Math

7. Reverse Integer8. String to Integer (atoi)9. Palindrome Number29. Divide Two Integers60. Permutation Sequence65. Valid Number89. Gray Code149. Max Points on a Line166. Fraction to Recurring Decimal168. Excel Sheet Column Title171. Excel Sheet Column Number172. Factorial Trailing Zeroes202. Happy Number204. Count Primes246. Strobogrammatic Number247. Strobogrammatic Number II263. Ugly Number264. Ugly Number II292. Nim Game296. Best Meeting Point313. Super Ugly Number319. Bulb Switcher365. Water and Jug Problem469. Convex Polygon780. Reaching Points794. Valid Tic-Tac-Toe State836. Rectangle Overlap942. DI String Match1017. Convert to Base -21025. Divisor Game1056. Confusing Number1088. Confusing Number II1227. Airplane Seat Assignment Probability1232. Check If It Is a Straight Line1238. Circular Permutation in Binary Representation1250. Check If It Is a Good Array
Previous1306. Jump Game IIINext7. Reverse Integer

Last updated 6 years ago

Was this helpful?