csgatorThoughts on Tech ( TOT ) #1( today’s topic : flying cars and self driving cars )Jul 12, 201720Jul 12, 201720
InLeetcode PatternsbycsgatorLeetcode Pattern 0 | Iterative traversals on TreesThe key to solve algorithm problems posed in technical interviews or elsewhere is to quickly identify the underlying patterns. This is my…Dec 28, 20172K8Dec 28, 20172K8
InLeetcode PatternsbycsgatorLeetcode Pattern 1 | BFS + DFS == 25% of the problems — part 1It is amazing how many graph, tree and string problems simply boil down to a DFS (Depth-first search) / BFS (Breadth-first search). Today…Jan 4, 20182.6K14Jan 4, 20182.6K14
InLeetcode PatternsbycsgatorLeetcode Pattern 1 | DFS + BFS == 25% of the problems — part 2Hola again ! Thanks for all the positive feedback. It really motivates me to keep writing daily. Many people actually asked me to write on…Jan 6, 20181.3K6Jan 6, 20181.3K6
InLeetcode PatternsbycsgatorLeetcode Pattern 2 | Sliding Windows for StringsA fellow redditor from /r/cscareerquestions pointed me to this awesome thread on leetcode discuss which reveals the sliding window pattern…Jan 10, 20184.2K24Jan 10, 20184.2K24
InLeetcode PatternsbycsgatorLeetcode Pattern 3 | BacktrackingA very important tool to have in our arsenal is backtracking, it is all about knowing when to stop and step back to explore other possible…Feb 22, 20181.96K14Feb 22, 20181.96K14
InLeetcode PatternsbycsgatorLeetcode Pattern 4 | Meta StuffSo this article is a bit different from the other ones in this series and it’s not about specific algorithms but the general approach one…Oct 29, 20181.1K4Oct 29, 20181.1K4
InLeetcode PatternsbycsgatorLeetcode Patterns : Checkpoint 0Hi there! It’s been so long since my last post and my life has undergone so many changes during these past few months :), it’s insane! The…Sep 20, 20196691Sep 20, 20196691