Junior in information technology at MMMUT Gorakhpur, skilled in C , DSA and CS fundamentals.
Apart from programming has keen interest in business management. ...
Madan Mohan Malaviya University Of Technology 2023
My Stats
EXP gained
40
Level
1 (Apprentice)
Community stats
Discussions
0
Upvotes
0
Know more
1
Total problems solved
1
Easy
0
Moderate
0
Hard
0
Ninja
Current streak:
0 days
Longest streak:
1 day
Less
More
Articles
File Attributes
Easy
Last updated: 28-Sep-2023
This blog is focused on the attributes of a file. What the file attributes are and the various attributes related to a file. Read the blog to learn more.
Author
Gorakhnath yadav
1 upvotes
Detect Cycles in a Directed Graph
Medium
Last updated: 16-Aug-2023
Learn how to detect cycles in directed graphs! Explore examples and real-world applications. Master data structures for optimal performance.
Author
Gorakhnath yadav
0 upvotes
How to Count the Number of Nodes in a Complete Binary Tree
Medium
Last updated: 02-Jul-2023
This blog discusses the different methods to count the total numbers of nodes in a complete binary tree. Read the whole blog for the detailed solution.
Author
Gorakhnath yadav
0 upvotes
Detect Cycle in Undirected Graph
Medium
Last updated: 18-Nov-2023
To detect the cycles in an undirected graph, we started with a Depth-first search traversal of the graph.
Author
Gorakhnath yadav
2 upvotes
C Program to Swap Two Numbers
Easy
Last updated: 30-Jun-2023
This blog focuses on the problem's solution, in which we need to swap two numbers. We learned two different methods for this. You can read about these methods in datils in the blog.
Author
Gorakhnath yadav
0 upvotes
How to Print a Binary Tree in Vertical Order | Part-3
Last updated: 30-Jun-2023
This blog discusses the level order traversal-based method to print a binary tree in vertical order. Read further to see the detailed solution.
Author
Gorakhnath yadav
0 upvotes
How to Print a Binary Tree in Vertical Order | Part-2
Last updated: 30-Jun-2023
This blog discusses the map and preorder traversal-based methods to print a binary tree in vertical order. Read further to see the detailed solution.
Author
Gorakhnath yadav
0 upvotes
How to Print a Binary Tree in Vertical Order | Part-1
Last updated: 30-Jun-2023
This blog discusses the basic methods to print a binary tree in vertical order. Read further to see the detailed solution.
Author
Gorakhnath yadav
0 upvotes
Program to Count Total Duplicate Elements in an Array
Easy
Last updated: 30-Jun-2023
In this blog, we will learn about the various methods to count the number of duplicates in an array.
Author
Gorakhnath yadav
0 upvotes
Top view of a binary tree
Medium
Last updated: 30-Jun-2023
In this blog discusses the basic method we can use to print the top view of a binary tree. Read further to know more.