Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 Sudoku

Strings:

- Reverse String
- Reverse Integer
- First Unique Character
- Valid Anagram
- Valid Palindrome
- String to Integer
- StrStr
- Count and Say
- Longest Common Prefix

Sorting and Seaching:
- Merge Sorted Array
- First Bad Version

Math:

- FizzBuzz - DONE
- Count Primes
- Power of Three
- Roman to Integer

Others:

- Number of 1 Bits
- Hamming Dist
- Reverse Bits
- Pascal's Triangle
- Valid Parentheses
- Missing Number