-
At first we need to convert the text on images to plain text.
I tried some OCRs but text is too small and fuzzy.
Maybe someone can do it using only own eyes and hands. Or even train neural network t…
-
Chci si půjčit knížku [Cracking Codes with Python].
Chci si ji převzít na Pyvu v Olomouci?.
-
### Describe the bug
Code lens and auto complete not working when loading F# projects
``` Parsing xxx
Failed to build xxx.fsproj: Object reference not set to an instance of an object.
at Pro…
-
Write code to remove duplicates from an unsorted linked list. How would you solve this problem if a temporary buffer is not allowed?
-
1.8 Zero Matrix
=============================
Write an algorithm such that if an element in an MXN matrix is 0, its entire row and column are set to zero
-
Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, write a method to rotate the image by 90 degrees. Can you do this in place?
-
Implement a method to perform basic string compression using the counts of repeated characters. For example, the string aabcccccaaa would become a2blc5a3. If the "compressed" string would not become s…
-
One Away: There are three types of edits that can be performed on strings: insert a character,
remove a character, or replace a character. Given two strings, write a function to check if they are
on…
-
string rotation: assume you have a method isSubstring which checks if one word is a substring of another. Given two strings, s1 and s2, write code to check if s2 is a rotation of s1 using only one cal…
-
Palindrome Permutation: Given a string, write a function to check if it is a permutation of a palindrome. A palindrome is a word or phrase that is the same forwards and backwards. A permutation is a r…