cheat-sheet icon indicating copy to clipboard operation
cheat-sheet copied to clipboard

Software engineering cheat sheet

Results 6 cheat-sheet issues
Sort by recently updated
recently updated
newest added

String manipulation: add two numbers, reverse integer, multiply strings K-sum Merge `k` sorted lists Reverse nodes in `k`-group Regex: regular expression matching, wildcard matching

good first issue

It's nice to know that the LCS problem can be solved in O(n) space using the algorithm made by Hirschberg. It's nice to know that quick-select can be done in...

# Add Python Testing Infrastructure ## Summary This PR sets up a complete testing infrastructure for the Python project using Poetry as the package manager and pytest as the testing...