Results 5 issues of Abhijit Kailash Gawai

### **Describe your change:** Brought Time Complexity of O( max( len(first_str) , len(second_str) ) ) to O( min ( len(first_str) , len(second_str) ) ) 1st :- Added Base Condition to...

enhancement
stale
awaiting reviews
tests are failing

**Which version are you running? The lastest version is on Github. Pip is for major releases.** lattest **Is your feature request related to a problem? Please describe.** No **Describe the...

enhancement
help wanted
good first issue

https://github.com/zeroFruit/upgradable-contract/blob/feat/delegatecall/contracts/v1/Machine.sol#L36 Here how can you tell that return type will be uint256