Kadane’s Algorithm
Computer science history is all about building upon the work that came before us – “standing on the shoulders of giants” as it goes. Kadane’s Algorithm is no exception. And in this case it took fresh eyes just one minute …
Tips, tricks, gotchas, & how-tos on kotlin
Computer science history is all about building upon the work that came before us – “standing on the shoulders of giants” as it goes. Kadane’s Algorithm is no exception. And in this case it took fresh eyes just one minute …
Apple has always valued great user experience. Its App store is guarded by App store reviews with the authority to reject anything that does not meet its standards. This must be considered when selecting a multiplatform solution. Jobs himself was …
You may run across a lint warning in Java or Kotlin on when using String.toLowerCase(). “Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead.” So we can slap a @SupressWarning on the method and be …