Skip to content

Solved Algorithms and Data Structures problems/exercises on Leetcode. There's also solved problems from Google Tech Dev Guide.

Notifications You must be signed in to change notification settings

divertimentos/leetcode

Repository files navigation

Leetcode

Arrays

  • Intersection of two arrays (easy): I have iterated through the two given lists. If the outer index is contained by the inner list and wasn't already added to the result unique list, then it's appended to the result list.
  • Happy Number (easy): Use recursion to replace the original given parameter by the sum of the square of its digits.

About

Solved Algorithms and Data Structures problems/exercises on Leetcode. There's also solved problems from Google Tech Dev Guide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published