Ayoub OmariFaster ways to detect prime numbersIf you have ever written a program to evaluate whether a number is prime or not, it’s very likely that your algorithm looked like the…Mar 3, 20233Mar 3, 20233
InTDS ArchivebyAyoub OmariA study of the most famous random number generatorA study of the linear congruential generator and its weaknessesSep 9, 20223Sep 9, 20223
InTDS ArchivebyAyoub OmariThe math behind RSAWe usually find fascinating applications of mathematical results in computer science. RSA is one such applicationSep 13, 2022Sep 13, 2022
Ayoub OmariWho pays DNS providers ?Whenever we are accessing a website in the World Wide Web, we are implicitly making queries to many DNS (Domain Name System) servers in…Dec 5, 20211Dec 5, 20211
Ayoub OmariWhat’s inside a binary code file ?When introduced to programming, we usually encounter the following statement:Sep 3, 2021Sep 3, 2021
Ayoub OmariSystem call — How it worksA system call can be defined as a request made to the OS so that it executes some operations for the user process. In modern operating…Mar 6, 2021Mar 6, 2021
Ayoub OmariWildcard matching — Dynamic Programming is easyIn this post, through the wildcard matching problem, I want to highlight the fact that dynamic programming is very intuitive, and once you…Apr 15, 2021Apr 15, 2021
Ayoub OmariKth Smallest Element in Sorted MatrixIn this post, I would like to share my whole thinking process for this problem.Aug 14, 20193Aug 14, 20193