This's all my solutions for database, algorithms and shell solutions on leetcode.
| Number | Title | Languages | Level |
|---|---|---|---|
| 1 | Two Sum | Go, python | Easy |
| 2 | Add Two Numbers | Go | Medium |
| 14 | Longest Common Prefix | Go | Easy |
| 20 | Valid Parentheses | Go | Easy |
| 53 | Maximum Subarray | Go | Easy |
| 67 | Add Binary | Go | Easy |
| 175 | Combine Two Tables | SQL: Oracle, MySQL | Easy |
| 178 | Scores Rank | SQL: Oracle | Medium |
| 180 | Consecutive Numbers | SQL: Oracle | Medium |
| 184 | Department Highest Salary | SQL: Oracle | Medium |
| 185 | Department Top Three Salaries | SQL: Oracle | Hard |
| 262 | Trips And Users | SQL: Oracle | Hard |
| 595 | Big Countries | SQL: Oracle, MySQL | Medium |
| 601 | Human Traffic Of Stadium | SQL: Oracle | Medium |
| 626 | Exchanges Seats | SQL: Oracle | Medium |
| 1179 | Reformat Department Table | SQL: Oracle | Easy |