{"id":20608469,"url":"https://github.com/tihamidev/leetcode-easy-problems","last_synced_at":"2026-03-09T11:31:41.747Z","repository":{"id":257008791,"uuid":"857076856","full_name":"TihamiDev/LeetCode-Easy-Problems","owner":"TihamiDev","description":"Easy Leetcode problems.","archived":false,"fork":false,"pushed_at":"2024-09-14T10:11:34.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T17:39:46.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TihamiDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T18:52:43.000Z","updated_at":"2024-09-14T10:11:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd52b5d5-da69-4fcf-8260-995d89462050","html_url":"https://github.com/TihamiDev/LeetCode-Easy-Problems","commit_stats":null,"previous_names":["tihamit/leetcode-easy-problems","tihamidev/leetcode-easy-problems"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TihamiDev/LeetCode-Easy-Problems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TihamiDev%2FLeetCode-Easy-Problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TihamiDev%2FLeetCode-Easy-Problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TihamiDev%2FLeetCode-Easy-Problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TihamiDev%2FLeetCode-Easy-Problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TihamiDev","download_url":"https://codeload.github.com/TihamiDev/LeetCode-Easy-Problems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TihamiDev%2FLeetCode-Easy-Problems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30292400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T10:10:44.718Z","updated_at":"2026-03-09T11:31:41.728Z","avatar_url":"https://github.com/TihamiDev.png","language":null,"readme":"**Tip**: To open the links in a new tab, right-click on them and select \"Open in a new tab.\"\n\nLeetCode-Easy-Problems\n\n## Arrays \u0026 Strings:\n1. [Two Sum](https://leetcode.com/problems/two-sum/)\n2. [Palindrome Number](https://leetcode.com/problems/palindrome-number/)\n3. [Roman to Integer](https://leetcode.com/problems/roman-to-integer/)\n4. [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/)\n5. [Reverse Integer](https://leetcode.com/problems/reverse-integer/)\n6. [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)\n7. [Plus One](https://leetcode.com/problems/plus-one/)\n8. [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/)\n9. [Implement strStr()](https://leetcode.com/problems/implement-strstr/)\n10. [Search Insert Position](https://leetcode.com/problems/search-insert-position/)\n11. [Length of Last Word](https://leetcode.com/problems/length-of-last-word/)\n12. [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)\n13. [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)\n14. [Single Number](https://leetcode.com/problems/single-number/)\n15. [Valid Anagram](https://leetcode.com/problems/valid-anagram/)\n16. [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/)\n17. [Move Zeroes](https://leetcode.com/problems/move-zeroes/)\n18. [Find the Difference](https://leetcode.com/problems/find-the-difference/)\n19. [Majority Element](https://leetcode.com/problems/majority-element/)\n20. [Missing Number](https://leetcode.com/problems/missing-number/)\n\n## Linked Lists:\n21. [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)\n22. [Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/)\n23. [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/)\n24. [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/)\n25. [Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list/)\n26. [Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/)\n27. [Intersection of Two Linked Lists](https://leetcode.com/problems/intersection-of-two-linked-lists/)\n28. [Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements/)\n29. [Middle of the Linked List](https://leetcode.com/problems/middle-of-the-linked-list/)\n30. [Design Linked List](https://leetcode.com/problems/design-linked-list/)\n\n## Trees:\n31. [Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/)\n32. [Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/)\n33. [Symmetric Tree](https://leetcode.com/problems/symmetric-tree/)\n34. [Path Sum](https://leetcode.com/problems/path-sum/)\n35. [Same Tree](https://leetcode.com/problems/same-tree/)\n36. [Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/)\n37. [Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/)\n38. [Balanced Binary Tree](https://leetcode.com/problems/balanced-binary-tree/)\n39. [Binary Tree Inorder Traversal](https://leetcode.com/problems/binary-tree-inorder-traversal/)\n40. [Minimum Depth of Binary Tree](https://leetcode.com/problems/minimum-depth-of-binary-tree/)\n\n## Math:\n41. [Fizz Buzz](https://leetcode.com/problems/fizz-buzz/)\n42. [Power of Two](https://leetcode.com/problems/power-of-two/)\n43. [Excel Sheet Column Number](https://leetcode.com/problems/excel-sheet-column-number/)\n44. [Factorial Trailing Zeroes](https://leetcode.com/problems/factorial-trailing-zeroes/)\n45. [Happy Number](https://leetcode.com/problems/happy-number/)\n46. [Add Digits](https://leetcode.com/problems/add-digits/)\n47. [Count Primes](https://leetcode.com/problems/count-primes/)\n48. [Ugly Number](https://leetcode.com/problems/ugly-number/)\n49. [Roman to Integer](https://leetcode.com/problems/roman-to-integer/)\n50. [Sqrt(x)](https://leetcode.com/problems/sqrtx/)\n\n## Dynamic Programming:\n51. [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/)\n52. [House Robber](https://leetcode.com/problems/house-robber/)\n53. [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)\n54. [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)\n55. [Min Cost Climbing Stairs](https://leetcode.com/problems/min-cost-climbing-stairs/)\n56. [Fibonacci Number](https://leetcode.com/problems/fibonacci-number/)\n57. [Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/)\n58. [House Robber II](https://leetcode.com/problems/house-robber-ii/)\n59. [Is Subsequence](https://leetcode.com/problems/is-subsequence/)\n60. [Coin Change II](https://leetcode.com/problems/coin-change-2/)\n\n## Recursion:\n61. [Factorial](https://leetcode.com/problems/factorial/)\n62. [Fibonacci Number](https://leetcode.com/problems/fibonacci-number/)\n63. [Reverse String](https://leetcode.com/problems/reverse-string/)\n64. [Swap Nodes in Pairs](https://leetcode.com/problems/swap-nodes-in-pairs/)\n65. [Permutations](https://leetcode.com/problems/permutations/)\n66. [Power of Three](https://leetcode.com/problems/power-of-three/)\n67. [Power of Four](https://leetcode.com/problems/power-of-four/)\n68. [Recursion Fibonacci](https://leetcode.com/problems/fibonacci-number/)\n69. [Nth Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number/)\n70. [K-th Symbol in Grammar](https://leetcode.com/problems/k-th-symbol-in-grammar/)\n\n## Hashing:\n71. [Two Sum](https://leetcode.com/problems/two-sum/)\n72. [Single Number](https://leetcode.com/problems/single-number/)\n73. [Valid Anagram](https://leetcode.com/problems/valid-anagram/)\n74. [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)\n75. [Happy Number](https://leetcode.com/problems/happy-number/)\n76. [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)\n77. [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/)\n78. [Jewels and Stones](https://leetcode.com/problems/jewels-and-stones/)\n79. [Ransom Note](https://leetcode.com/problems/ransom-note/)\n80. [Find the Difference](https://leetcode.com/problems/find-the-difference/)\n\n## Stacks:\n81. [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/)\n82. [Min Stack](https://leetcode.com/problems/min-stack/)\n83. [Baseball Game](https://leetcode.com/problems/baseball-game/)\n84. [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/)\n85. [Next Greater Element I](https://leetcode.com/problems/next-greater-element-i/)\n86. [Daily Temperatures](https://leetcode.com/problems/daily-temperatures/)\n87. [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation/)\n88. [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/)\n89. [Trapping Rain Water](https://leetcode.com/problems/trapping-rain-water/)\n90. [Remove Outermost Parentheses](https://leetcode.com/problems/remove-outermost-parentheses/)\n\n## Bit Manipulation:\n91. [Number of 1 Bits](https://leetcode.com/problems/number-of-1-bits/)\n92. [Hamming Distance](https://leetcode.com/problems/hamming-distance/)\n93. [Reverse Bits](https://leetcode.com/problems/reverse-bits/)\n94. [Counting Bits](https://leetcode.com/problems/counting-bits/)\n95. [Single Number](https://leetcode.com/problems/single-number/)\n96. [Missing Number](https://leetcode.com/problems/missing-number/)\n97. [Power of Two](https://leetcode.com/problems/power-of-two/)\n98. [Bitwise AND of Numbers Range](https://leetcode.com/problems/bitwise-and-of-numbers-range/)\n99. [Total Hamming Distance](https://leetcode.com/problems/total-hamming-distance/)\n100. [Complement of Base 10 Integer](https://leetcode.com/problems/complement-of-base-10-integer/)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftihamidev%2Fleetcode-easy-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftihamidev%2Fleetcode-easy-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftihamidev%2Fleetcode-easy-problems/lists"}