Projects in Awesome Lists by eMahtab
A curated list of projects in awesome lists by eMahtab .
https://github.com/emahtab/aws-devops-professional-notes
Study Notes for AWS DevOps Professional Certification Exam
Last synced: 05 Mar 2026
https://github.com/emahtab/aws-elastic-beanstalk-notes
Study Notes for AWS Elastic Beanstalk Service
Last synced: 03 Aug 2025
https://github.com/emahtab/aws-opsworks-notes
Study Notes for AWS OpsWorks Service
Last synced: 03 Aug 2025
https://github.com/emahtab/discoverindia-soap-web-service
Discover India is a SOAP based Web Service created using JAX-WS API .It takes an Indian state name as an argument and you can retrieve capital of that state, number of districts in that state, local languages of that state, airports and some interesting facts about that state
Last synced: 11 Aug 2025
https://github.com/emahtab/aws-solutions-architect-notes
Study Notes for AWS Solutions Architect Certification Exam
aws certification solutions-architect study-notes
Last synced: 03 Aug 2025
https://github.com/emahtab/linkository
Linkository is a bookmark manager application built using Node.js and MongoDB
crud jwt-authentication mongodb nodejs
Last synced: 03 Aug 2025
https://github.com/emahtab/valid-anagram
Check if target string is anagram of source string
anagram leetcode problem-solving
Last synced: 19 Mar 2026
https://github.com/emahtab/number-of-islands
Number Of Islands Problem
bfs breadth-first-search depth-first-search dfs leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/node-express-hello-world
Simple Node.js Express Hello world app
Last synced: 06 Oct 2025
https://github.com/emahtab/longest-common-subsequence
Longest Common Subsequence
longest-common-subsequence problem-solving
Last synced: 22 Jul 2025
https://github.com/emahtab/implement-trie
Trie Implementation
leetcode prefix-tree problem-solving trie
Last synced: 22 Jun 2025
https://github.com/emahtab/design-tic-tac-toe
leetcode low-level-design problem-solving tic-tac-toe
Last synced: 19 Mar 2026
https://github.com/emahtab/all-nodes-distance-k-in-binary-tree
All nodes distance k in a binary tree
breadth-first-search graph leetcode
Last synced: 19 Mar 2026
https://github.com/emahtab/word-search-ii
Word Search II
boggle depth-first-search leetcode problem-solving trie
Last synced: 28 Mar 2025
https://github.com/emahtab/design-a-parking-lot
Design a Parking Lot
design-parking-lot low-level-design system-design
Last synced: 14 Apr 2025
https://github.com/emahtab/design-an-elevator-system
Design an Elevator System
low-level-design system-design
Last synced: 14 Feb 2026
https://github.com/emahtab/maximum-subarray-sum
Find the maximum contiguous subarray sum
kadane-algorithm leetcode problem-solving
Last synced: 14 Oct 2025
https://github.com/emahtab/copy-list-with-random-pointer
Copy a Linked List with Random Pointer
clone leetcode linked-list problem-solving
Last synced: 06 Jan 2026
https://github.com/emahtab/best-time-to-buy-and-sell-stock-ii
Find the max profit buying and selling stock with unlimited number of transactions.
buy-and-sell leetcode problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/merge-two-sorted-lists
Merge Two Sorted Linked Lists
leetcode linked-list merge-sorted-lists min-heap priority-queue problem-solving
Last synced: 03 Feb 2026
https://github.com/emahtab/longest-substring-with-at-most-k-distinct-characters
Longest Substring with At Most K Distinct Characters
leetcode sliding-window substring
Last synced: 19 May 2026
https://github.com/emahtab/binary-tree-level-order-traversal-ii
Binary Tree Level Order Traversal
bfs binary-tree binary-tree-traversal leetcode problem-solving
Last synced: 08 Jan 2026
https://github.com/emahtab/completable-future
Java 8 CompletableFuture
completable-future concurrency java-8
Last synced: 20 Mar 2025
https://github.com/emahtab/convert-sorted-array-to-binary-search-tree
Convert Sorted Array to Height Balanced Binary Search Tree
binary-search-tree leetcode problem-solving
Last synced: 28 Jan 2026
https://github.com/emahtab/maximum-sum-increasing-subsequence
Given an array, find the maximum possible sum for Increasing Subsequence
dynamic-programming increasing-subsequence subsequence
Last synced: 28 Oct 2025
https://github.com/emahtab/factorial-trailing-zeroes
Find number of trailing zeroes in factorial of a number
factorial leetcode maths maths-problem problem-solving
Last synced: 08 Jan 2026
https://github.com/emahtab/flipping-an-image
Flipping an image
array leetcode problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/angularjs-ngview-animations
Uses AngularJS animations with ngAnimate - ngview
Last synced: 28 Mar 2025
https://github.com/emahtab/merge-k-sorted-lists
Merge k Sorted Linked Lists
leetcode merge-sorted-lists min-heap priority-queue problem-solving
Last synced: 26 Feb 2026
https://github.com/emahtab/merge-sorted-array
Merge two sorted arrays
leetcode merge problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/longest-palindromic-substring
Find longest palindromic substring in a string
dynamic-programming leetcode palindrome problem-solving
Last synced: 19 Mar 2026
https://github.com/emahtab/missing-number
Find the missing number
hashset leetcode problem-solving
Last synced: 21 Jul 2025
https://github.com/emahtab/implement-queue-using-stacks
Implement Queue using Stacks
leetcode problem-solving queue stack
Last synced: 02 Feb 2026
https://github.com/emahtab/longest-consecutive-sequence
leetcode sorting sorting-algorithms
Last synced: 07 Jan 2026
https://github.com/emahtab/shuffle-an-array
Shuffle an array
array fisher-yates-shuffle leetcode problem-solving shuffle
Last synced: 17 Feb 2026
https://github.com/emahtab/lru-cache
LRU Cache
doubly-linked-list hashmap leetcode lru-cache
Last synced: 19 Mar 2026
https://github.com/emahtab/edit-distance
Edit Distance Problem
edit-distance levenshtein-distance problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/mysql-horizontal-sharding-demo
MySQL Horizontal Sharding Demo
database-sharding horizontal-sharding mysql shard-key
Last synced: 17 May 2026
https://github.com/emahtab/check-completeness-of-a-binary-tree
Checking whether a binary tree is Complete binary tree or not
bfs complete-binary-tree leetcode problem
Last synced: 07 Jan 2026
https://github.com/emahtab/construct-binary-tree-from-preorder-and-postorder-traversal
Construct Binary Tree from Preorder and Postorder Traversal
binary-tree binary-tree-construction leetcode problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/vertical-order-traversal-of-a-binary-tree
Binary Tree Vertical Order Traversal
bfs leetcode problem-solving tree-traversal vertical-order-traversal
Last synced: 02 Feb 2026
https://github.com/emahtab/n-queens
N Queens Problem - Explanation & Implementation
nqueens-problem nqueens-problem-solver
Last synced: 28 Mar 2025
https://github.com/emahtab/power-of-three
Determine whether a number is power of three.
leetcode maths problem-solving
Last synced: 06 Jan 2026
https://github.com/emahtab/depth-first-search
Depth First Search Traversal
depth-first-search tree-traversal
Last synced: 28 Mar 2025
https://github.com/emahtab/search-in-a-binary-search-tree
Search in a binary search tree
binary-search-tree leetcode problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/palindrome-linked-list
Check If Linked List is Palindrome
leetcode linked-list palindrome problem-solving
Last synced: 02 Feb 2026
https://github.com/emahtab/flood-fill
Flood Fill
dfs flood-fill leetcode problem-solving recursion
Last synced: 30 Jan 2026
https://github.com/emahtab/payment-systems
All about payment systems
bacs chaps faster-payments swift
Last synced: 04 May 2025
https://github.com/emahtab/permutations
Permutations
leetcode permutations problem-solving recursion
Last synced: 28 Mar 2025
https://github.com/emahtab/unique-binary-search-trees
Count the total number of BST possible with n numbers
binary-search-tree dynamic-programming leetcode problem-solving
Last synced: 17 Feb 2026
https://github.com/emahtab/fork-join
Fork Join Framework in Java
concurrency fork-join-framework java work-stealing
Last synced: 28 Mar 2025
https://github.com/emahtab/maximal-square
Find the maximal square area
dynamic-programming leetcode problem-solving
Last synced: 17 Feb 2026
https://github.com/emahtab/regular-expression-matching
Regular Expression Matching
leetcode problem-solving recursion regular-expression
Last synced: 07 Jan 2026
https://github.com/emahtab/search-2d-matrix-ii
Search 2D Matrix sorted row and column wise
Last synced: 07 Jan 2026
https://github.com/emahtab/kth-largest-element-in-an-array
kth largest element in an array
Last synced: 25 Feb 2026
https://github.com/emahtab/spiral-matrix
Spiral Traversal of a 2D Matrix
leetcode problem-solving spiral-traversal
Last synced: 07 Jan 2026
https://github.com/emahtab/mysql-test-dataset
Repository for MySQL test data set
Last synced: 02 Apr 2025
https://github.com/emahtab/tarjans-algorithm
graph strongly-connected-components tarjan-algorithm
Last synced: 08 Jan 2026
https://github.com/emahtab/minimum-depth-of-binary-tree
Minimum Depth of Binary Tree
Last synced: 07 Jan 2026
https://github.com/emahtab/subarray-sum-equals-k
Subarray sum equals k
array leetcode prefix-sum problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/max-sum-with-no-adjacent-elements
Max Sum with no adjacent Elements
dynamic-programming problem-solving
Last synced: 06 Jan 2026
https://github.com/emahtab/longest-substring-with-at-most-two-distinct-characters
Longest Substring with At Most Two Distinct Characters
leetcode sliding-window substring
Last synced: 18 Mar 2025
https://github.com/emahtab/merge-two-binary-trees
Merge Two Binary Trees
binary-tree leetcode merge-binary-trees problem-solving
Last synced: 08 Jan 2026
https://github.com/emahtab/longest-increasing-subsequence
Longest Increasing Subsequence
dynamic-programming leetcode longest-increasing-subsequence problem-solving
Last synced: 14 Jul 2025
https://github.com/emahtab/coin-change-2
Coin Change Problem (Total number of ways to make change) Implementation
coin-change dynamic-programming leetcode
Last synced: 28 Mar 2025
https://github.com/emahtab/water-area
Water Area Problem
leetcode problem-solving water-area water-trapping
Last synced: 28 Mar 2025
https://github.com/emahtab/longest-common-prefix
Find the longest common prefix among strings
leetcode prefix problem-solving
Last synced: 06 Jan 2026
https://github.com/emahtab/scheduled-thread-pool
Single thread Scheduled Thread Pool to run a task periodically
concurrency java scheduled-thread-pool thread-pool
Last synced: 28 Mar 2025
https://github.com/emahtab/verifying-an-alien-dictionary
Verifying an alien dictionary
alien dictionary leetcode problem-solving
Last synced: 07 Jan 2026
https://github.com/emahtab/serialization-and-deserialization
Serialization Deserialization in Java
jackson-databind java serialization-deserialization serialize
Last synced: 28 Mar 2025
https://github.com/emahtab/cyclic-barrier
CyclicBarrier to coordinate between multiple threads
concurrency cyclic-barrier java
Last synced: 28 Mar 2025