Recommended Articles
Popular Machine Learning Questions
Big Data (MapReduce, Hive, Pig)
- What is MapReduce and How it Works
- Spark MLlib Example
- Apache Hive Usage Example – Create Hive Table
- An Example to Create a Partitioned Hive Table
- Exceptions When Delete rows from Hive Table
- Save data to Hive table Using Apache Pig
- Apache Pig Load ORC data from Hive Table
- How to load data from a text file to Hive table
- Apache Hive Usage Example – Create and Use Database
Leetcode solutions
- LeetCode-Coin Change Problem (Python)
- LeetCode-Next Permutation (Python)
- LeetCode – Count Numbers with Unique Digits (Python)
- Leetcode – Color Sort
- LeetCode- Search in Rotated Sorted Array
- LeetCode – Remove Element
Algorithms
- Selection Sort Algorithm
- Aho-Corasick Algorithm
- Morris Traversal: Inorder Tree Traversal without recursion and without stack (Java)
- Range Minimum Query – Segment Tree (Java)
- Shortest Path Problems