Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 469 Bytes

did-some-leetcode-style-python-problems.md

File metadata and controls

13 lines (7 loc) · 469 Bytes
  • Date : 2020-10-05
  • Tags : #leetcode
  • Status : For #100DaysofCode today and the past few days, I did some LeetCode-style Python problems. Today, I solved string problems. :)

Did Some LeetCode-Style Python Problems

Today, I did some LeetCode style Python problems. I focused on strings, using built-in string functions and range.

I solved the problems myself, without "cheating," but I did look at different solutions.

I'd like to get better at efficiency.