sonalid.hashnode.devData Science vs Data Analytics- What's the DifferenceIntroduction The buzzwords of the year are data analytics and data science. Big data and data science employment have long been a solid bet for people looking for long-term career opportunities. As AI and Machine Learning grow more incorporated into ...Jun 2, 2022·9 min read
sonalid.hashnode.devHow to Compile and Run C Program OnlineWhat are Compilers? Compilers are vitally important in the execution of programs. As an instance, the mothers are the first most compilers between their toddlers and the outside world. Likewise, Compilers are that software that scans the high-level c...Jan 6, 2022·3 min read
sonalid.hashnode.devHow to implement LRU cache using HashMap and Doubly Linked ListA cache is a just small storage that enables fast access to users. The size of a cache is small (fixed mostly), which lets the user read data from a cache is very little time rather than reading it from something else (like a hard disk). A Least Rece...Mar 14, 2021·12 min read