top of page
TECHROLEMI


Queens on neutral ground in a N-by-N matrix
Problem statement You have an N by N board. Write a function that, given N, returns the number of possible arrangements of the board...
hurricanemark
Oct 20, 20222 min read
Â
Â
Â
Search for words in a solved scrabble board
Task description Given a 2D matrix of characters and a target word, write a function that returns whether the word can be found in the...
hurricanemark
Oct 20, 20223 min read
Â
Â
Â
What is it about TCP/IP that invites attacks?
You opened an email attachment (exe or pdf) and inadvertently initiated a connection from your device to the attacker machine where his...
hurricanemark
Oct 20, 20223 min read
Â
Â
Â
Implementing an algorithm to justify multiple lines of text
Test driven development with python. Implementing an algorithm to pretty print left aligned text limit to k characters per line.
hurricanemark
Aug 13, 20223 min read
Â
Â
Â
bottom of page