https://github.com/onsissond/leetcode
Environment for solving LeetCode tasks with native test system.
https://github.com/onsissond/leetcode
leetcode
Last synced: 9 months ago
JSON representation
Environment for solving LeetCode tasks with native test system.
- Host: GitHub
- URL: https://github.com/onsissond/leetcode
- Owner: onsissond
- Created: 2021-11-29T18:11:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T09:06:28.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:11:59.063Z (11 months ago)
- Topics: leetcode
- Language: Swift
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode (Swift)
## 2021
[LeetCode Profile](https://leetcode.com/onsissond/)
1. [Roman to Integer](https://leetcode.com/problems/roman-to-integer/submissions/) Runtime: 12 ms, faster than 94.59% of Swift online submissions for Roman to Integer.
2. [Palindrome Number](https://leetcode.com/problems/palindrome-number/) Runtime: 36 ms, faster than 80.92% of Swift online submissions for Palindrome Number.
3. [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/) Runtime: 8 ms, faster than 97.64% of Swift online submissions for Longest Common Prefix.
4. [Add Two Numbers](https://leetcode.com/problems/add-two-numbers/) Runtime: 44 ms, faster than 59.75% of Swift online submissions for Add Two Numbers.
5. [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/) Runtime: 8 ms, faster than 98.70% of Swift online submissions for Merge Two Sorted Lists.
6. [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/) Runtime: 0 ms, faster than 100.00% of Swift online submissions for Valid Parentheses.
7. [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/) Runtime: 56 ms, faster than 84.71% of Swift online submissions for Remove Duplicates from Sorted Array.
8. [Search Insert Position](https://leetcode.com/problems/search-insert-position/) Runtime: 28 ms, faster than 88.52% of Swift online submissions for Search Insert Position.
9. [Reverse Integer](https://leetcode.com/problems/reverse-integer/) Runtime: 8 ms, faster than 34.41% of Swift online submissions for Reverse Integer.
10. [Remove Element](https://leetcode.com/problems/remove-element/) Runtime: 4 ms, faster than 91.57% of Swift online submissions for Remove Element.
11. [Plus One](https://leetcode.com/problems/plus-one/) Runtime: 4 ms, faster than 89.11% of Swift online submissions for Plus One.
## 2022
12. [Complement of Base 10 Integer](https://leetcode.com/problems/complement-of-base-10-integer/) Runtime: 0 ms, faster than 100.00% of Swift online submissions for Complement of Base 10 Integer.
13. [Length of Last Word](https://leetcode.com/problems/length-of-last-word/) Runtime: 0 ms, faster than 100.00% of Swift online submissions for Length of Last Word.
14. [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) Runtime: 0 ms, faster than 100.00% of Swift online submissions for Climbing Stairs.
15. [Maximum Subarray](https://leetcode.com/problems/maximum-subarray/) Runtime: 836 ms, faster than 76.99% of Swift online submissions for Maximum Subarray.