Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 595 Bytes

LeetCode

my leetcode solutions

Currently solved problems:

1160 - Find Words That Can Be Formed by Characters

- https://leetcode.com/problems/find-words-that-can-be-formed-by-characters/submissions/1367147722/
- [Solution](find-words-that-can-be-formed-by-characters.py)
- Runtime Beats: 87.97%
- Memory Beats: 88.06%

2194 - Cells in a Range on an Excel Sheet

- https://leetcode.com/problems/cells-in-a-range-on-an-excel-sheet/submissions/1367135020/
- [Solution](cells-in-a-range-on-an-excel-sheet.py)
- Runtime Beats: 91.24%
- Memory Beats: 84.11%