Skip to content

Commit f85d381

Browse files
authored
Update README.md
1 parent c97ddcb commit f85d381

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
## Companies
1919
* [Google](#google)
2020
* [Facebook](#facebook)
21+
* [Airbnb](#airbnb)
2122
* [LinkedIn](#linkedin)
2223
* [Amazon](#amazon)
2324
* [Microsoft](#microsoft)
@@ -227,6 +228,16 @@
227228
[Merge Intervals](https://leetcode.com/problems/merge-intervals/)| [Swift](./Sort/MergeIntervals.swift)| Hard| ★★★|
228229
[Subsets](https://leetcode.com/problems/subsets/)| [Swift](./DFS/Subsets.swift)| Medium| ★★★|
229230

231+
## Airbnb
232+
| Title | Solution | Difficulty | Frequency |
233+
| ----- | -------- | ---------- | --------- |
234+
[Two Sum](https://leetcode.com/problems/two-sum/)| [Swift](./Array/TwoSum.swift)| Easy| ★★★★★|
235+
[Text Justification](https://leetcode.com/problems/text-justification/)| [Swift](./String/TextJustification.swift)| Hard| ★★★★|
236+
[House Robber](https://leetcode.com/problems/house-robber/)| [Swift](./DP/HouseRobber.swift)| Easy| ★★|
237+
[Single Number](https://leetcode.com/problems/single-number/)| [Swift](./Math/SingleNumber.swift)| Medium| ★★|
238+
[Word Search II](https://leetcode.com/problems/word-search-ii/)| [Swift](./DFS/WordSearchII.swift)| Hard| ★★|
239+
[Add Two Numbers](https://leetcode.com/problems/add-two-numbers/)| [Swift](./Math/AddTwoNumbers.swift)| Medium| ★★|
240+
230241
## LinkedIn
231242
| Title | Solution | Difficulty | Frequency |
232243
| ----- | -------- | ---------- | --------- |

0 commit comments

Comments
 (0)