Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htruong/leetcode-excel
Solutions to leetcode problems, written in the Microsoft Excel programming language (TM)
https://github.com/htruong/leetcode-excel
excel leetcode
Last synced: 9 days ago
JSON representation
Solutions to leetcode problems, written in the Microsoft Excel programming language (TM)
- Host: GitHub
- URL: https://github.com/htruong/leetcode-excel
- Owner: htruong
- License: gpl-3.0
- Created: 2018-06-12T23:17:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T00:27:41.000Z (over 6 years ago)
- Last Synced: 2024-11-13T23:43:36.566Z (2 months ago)
- Topics: excel, leetcode
- Homepage:
- Size: 147 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode-excel
Solutions to leetcode problems, written in the Microsoft Excel programming language (TM).
You are free to copy my Excel """code""". I claim no copyright on them and will never rat you out.
So next time, if you get asked by the interviewer to program in any popular programming language you like, please just insist Microsoft Excel being your language of choice. I feel like this is the right time as Microsoft bought Github, so I petition Excel to be officially listed as a programming language.
If you get hired by providing my answers, please I suggest you to buy me a beer to me by sending a Paypal donation to `[email protected]`.
![](https://raw.githubusercontent.com/htruong/leetcode-excel/master/leetcode-excel-preview.png)
### List of Leetcode Problems
Arrays:
- Remove Duplicates
- Best Time to Buy and Sell
- Rotate Array
- Contains Duplicate - DONE
- Single Number - DONE
- Intersection of Two Arrays II
- Plus One
- Move Zeroes
- Two Sum
- Valid SudokuStrings:
- Reverse String
- Reverse Integer
- First Unique Character
- Valid Anagram
- Valid Palindrome
- String to Integer
- StrStr
- Count and Say
- Longest Common PrefixSorting and Seaching:
- Merge Sorted Array
- First Bad VersionMath:
- FizzBuzz - DONE
- Count Primes
- Power of Three
- Roman to IntegerOthers:
- Number of 1 Bits
- Hamming Dist
- Reverse Bits
- Pascal's Triangle
- Valid Parentheses
- Missing Number