Alexandre Pokhodoun

Search

SearchSearch

Recent Writing

  • Trapping rain water II

    May 22, 2025

  • Allocate mailboxes

    May 21, 2025

  • Find longest self contained substring

    May 20, 2025

  • Maximum number of groups with increasing length

    May 19, 2025

  • Longest increasing subsequence

    May 17, 2025

See 254 more →

Home

❯

leetcode

❯

String to integer atoi

String to integer atoi

Apr 25, 20251 min read

Link: https://leetcode.com/problems/string-to-integer-atoi

Solution:

Topics: parsing

Intuition
Not sure how the pass rate for this problem is 19%. I guess no one actually reads the problem statement. Solved it first try, will not even bother with an implementation.

review

Recent Writing

  • Trapping rain water II

    May 22, 2025

  • Allocate mailboxes

    May 21, 2025

  • Find longest self contained substring

    May 20, 2025

  • Maximum number of groups with increasing length

    May 19, 2025

  • Longest increasing subsequence

    May 17, 2025

See 254 more →

Graph View

Backlinks

  • No backlinks found

  • GitHub
  • Linkedin