Indian Institute of Engineering Science And Technology, Shibpur 2023
My Stats
EXP gained
2157
Level
5 (Champion)
Community stats
Discussions
0
Upvotes
0
Know more
52
Total problems solved
38
Easy
14
Moderate
0
Hard
0
Ninja
Current streak:
0 days
Longest streak:
3 days
Less
More
Discussions
Articles
Initial Value Theorem of Laplace Transform
Easy
Last updated: 18-Nov-2023
Laplace transform is very useful in the various fields of science and technology as Laplace transform replaces operations of calculus by operation of algebra.
Author
Malay Gain
1 upvotes
The K Weakest Rows in a Matrix
Last updated: 16-Oct-2023
The following article discusses the problem 'The K Weakest Rows in a Matrix' along with its solution and its implementation.
Author
Malay Gain
0 upvotes
Complements
Last updated: 28-Sep-2023
In this article, we will learn about complement and its types.
Author
Malay Gain
0 upvotes
Insertion in Binary Search Tree(BST)
Easy
Last updated: 24-Sep-2023
One of the fundamental operations of the Binary Search Tree is to insert node binary search trees.
Author
Malay Gain
0 upvotes
Implement digital watch/Timer in vanilla JS and show time in HH:MM:SS format
Easy
Last updated: 23-Sep-2023
In this article, we will learn how to implement digital watch/timer in vanilla js.
Author
Malay Gain
0 upvotes
Synchronous and Asynchronous Javascript
Medium
Last updated: 26-Sep-2023
In this article, we will discuss the differences between Asynchronous and Synchronous JavaScript and detailed explanation with examples.
Author
Malay Gain
1 upvotes
Conversion of Mealy Machine to Moore Machine
Medium
Last updated: 03-Sep-2023
Learn how to convert a Mealy machine to a Moore machine using transition tablel. This blog Includes a detailed explanation of the process, along with examples.
Author
Malay Gain
1 upvotes
Generic Linked List in C
Last updated: 29-Aug-2023
In this article, we will learn how to implement Generic Linked List in C.
Author
Malay Gain
0 upvotes
Solve Sudoku on the Basis of the Given Irregular Regions
Last updated: 03-Jul-2023
In this article, we will learn how to solve the sudoku puzzle on the basis of the given irregular regions.
Author
Malay Gain
1 upvotes
Longest Common Prefix using Divide and Conquer Algorithm
Last updated: 03-Jul-2023
In this article, we will learn how to find Longest Common Prefix using the Divide and Conquer Algorithm.