Published onNovember 18, 2024RAG with Gemini and Firebase DataConnect#AI#RAG#Firebase#ProgrammingI built a RAG app with Gemini and Firebase DataConnect. Here is how I did it.
Published onJanuary 22, 2017Lru Cache C++ Implementation#ProgrammingLRU (Least Recently Used) algorithm implementation and explanation in C++
Published onJanuary 17, 2017Huffman Coding Python Implementation#ProgrammingPython implementation of Huffman Coding, with working compression and decompression functions
Published onApril 4, 20163 Jug Problem Python Code#ProgrammingPython implementation of 3 jug water problem. Solution explanation and code, written in Python and using Depth First Search (DFS)