资讯

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
This repo includes solving many problems with Python on the LeetCode platform and is classified according to the number and name of the problem in the form of folders. Each folder contains one or more ...
Code generates an array of strings and put them in three different palindrome functions. The strings are either palindrome or completely not. The first function is the normal O(n) function. The other ...