Categories Computer Science A Gentle Explanation of Logarithmic Time Complexity Post author By J.Y Humbert Post date June 15, 2020 An explanation for students and people who are bad at math. Tags algorithms, logarithms, math, time complexity
Categories Computer Science The Simple Computer Science Behind Search Engines Post author By J.Y Humbert Post date June 15, 2020 Searching is an impossibly hard problem, but the foundation is simple. Tags algorithms, computer science, data sctructures, hash tables