I am solving problems from HackerRank, Leetcode. Sometimes I am using #NodeJS, sometimes #Rust. Also I love to use #Golang if I will find interest to solve it using Golang. I think the main part of the problem solving is the logic, not the programming language boundary.
Below problems I have solved so far. I have mentioned the languages to solve these problems.
- HackerRank: https://www.hackerrank.com/emamul_andalib
- LeetCode: https://leetcode.com/emamulandalib/
- Array - Golang
- 2D Array - Golang
- Dynamic Array - Golang
- Left Rotation - Golang
- Sparse Arrays - Golang
- Array Manipulation - Golang
- Print the Elements of a Linked List - Golang
- Insert a Node at the Tail of a Linked List - Javascript
- Insert a node at the head of a linked list - Javascript
- Delete a Node - Javascript
- Print in Reverse - Javascript
- Reverse a linked list - Javascript
- Compare two linked lists - Javascript
- Merge two sorted linked lists - Javascript
- Two Sum - Rust