Anish Kumar Dubey
I am just a random guy doing random things
102 posts tagged with "DSA"
All tags
102. Sum of Nodes in a tree
#C++
#DSA
#Tree
101. Print tree level wise
#C++
#DSA
#Tree
100. Print all nodes at level K
#C++
#DSA
#Tree
99. Node with maximum child sum iteratively
#C++
#DSA
#Tree
98. Post-order traversal of tree
#C++
#DSA
#Tree
97. Node with maximum child sum recursively
#C++
#DSA
#Tree
96. Pre-Order traversal of tree
#C++
#DSA
#Tree
95. Next larger node with value just greater than n.
#C++
#DSA
#Tree
94. Find Max Data Node in tree
#C++
#DSA
#Tree
93. Find height of tree
#C++
#DSA
#Tree
92. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
91. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
90. Deleting a tree manually
#C++
#DSA
#Tree
89. Count Leaf Nodes
#C++
#DSA
#Tree
88. Count Number of Nodes in a tree
#C++
#DSA
#Tree
87. Check if a tree contains x
#C++
#DSA
#Tree
86. Count number of nodes greater than x
#C++
#DSA
#Tree
85. Check if two trees are structurally identical
#C++
#DSA
#Tree
84. Time complexity for Fibonacci function
#C++
#DSA
83. Theoretical analysis for time taken by recursion algorithm
#C++
#DSA
82. Theoretical analysis for time taken by algorithm
#C++
#DSA
81. Longest Palindrome substring
#C++
#DSA
#String
80. Theoretical analysis for time complexity of merge sort algorithm
#C++
#DSA
79. Comparing different time complexities
#C++
#DSA
78. Experimental analysis for time taken by algorithm
#C++
#DSA
77. Group anagrams
#C++
#DSA
#String
#Array
76. Longest Palindrome subsequence
#C++
#DSA
#String
75. Find indices of all occurrence of one string in other
#C++
#DSA
#String
74. Stock span
#C++
#DSA
#Stack
73. Stacks using linked list
#C++
#DSA
72. Reverse a Stack using another stack
#C++
#DSA
#Stack
71. Inbuilt Stack use
#C++
#DSA
70. Minimum brackets reversal
#C++
#DSA
#Stack
69. Check Redundant Brackets
#C++
#DSA
#Stack
68. Balanced Parenthesis
#C++
#DSA
#Stack
67. Stacks Using Arrays
#C++
#DSA
66. Space complexity analysis for Fibonacci
#C++
#DSA
65. Space complexity analysis for merge sort
#C++
#DSA
64. Analysis of space complexity for an algorithm
#C++
#DSA
63. How many possible ways the child can run up to the staircase
#C++
#DSA
62. Split array
#C++
#DSA
#Recursion
61. Return subsets sum to K recursively
#C++
#DSA
60. Return subset of an array recursively
#C++
#DSA
59. Return subsequences of a string
#C++
#DSA
58. Return permutations String
#C++
#DSA
57. Return keypad code
#C++
#DSA
56. Return all codes in string
#C++
#DSA
55. Print subsets of an array recursively
#C++
#DSA
54. Print subsequences of string
#C++
#DSA
53. Print permutations
#C++
#DSA
52. Print keypad combinations code
#C++
#DSA
51. Print all codes in string
#C++
#DSA
50. Maximum profit on app
#C++
#DSA
#Recursion
49. Does s contain t
#C++
#DSA
#Recursion
48. Binary search recursively
#C++
#DSA
47. Check AB recursively
#C++
#DSA
46. Queues using LinkedList
#C++
#DSA
#Queue
45. Queues using Arrays
#C++
#DSA
#Queue
44. Ciruclar queue using array
#C++
#DSA
#Arrays
43. Inbuilt Queue use
#C++
#DSA
#Queue
42. Reverse a Queue
#C++
#DSA
#Stack
41. Understand pointers in C++ the right way
Understand all whats needed about pointers the right way.
#C++
#DSA
#Pointers
40. Reference and Pass By reference
Understand Reference and Pass By reference
#C++
#DSA
#Pointers
39. Pointers and functions
Understand pointers and functions
#C++
#DSA
#Pointers
38. Pointers And Arrays
Understand Pointers And Arrays
#C++
#DSA
#Pointers
37. Pointers Arithmetic
Understand pointers arithmetic in 10 minutes
#C++
#DSA
#Pointers
36. Macros and Global variables
Use cases of macros and global variables
#C++
#DSA
35. Inline And Default arguments
Understand Inline And Default arguments
#C++
#DSA
34. Dynamic memory allocation
Understand dynamic memory allocation
#C++
#DSA
#Pointers
33. Dynamic memory allocation for Multi-dimensional array
Dynamic memory allocation for 2-D array
#C++
#DSA
#Pointers
32. Double pointers
Understand double pointers
#C++
#DSA
#Pointers
31. Characters arrays and character pointers
Understand Characters arrays and character pointers
#C++
#DSA
#Pointers
30. Constant variables
Understand constant variables
#C++
#DSA
#Pointers
29. Address typecasting
Understand implicit and explicit typecasting
#C++
#DSA
#Pointers
28. Static members in C++ objects
#C++
#DSA
27. Shallow Copy And Deep Copy
#C++
#DSA
26. Operator overloading in C++
#C++
#DSA
25. Oops in C++ And constructors, destructors, copy constructor and copy assignment operator
#C++
#DSA
24. Create a Dynamic Array class in C++
#C++
#DSA
23. Initialisation list in C++
#C++
#DSA
22. Copy Constructor
#C++
#DSA
21. Constant functions in C++ objects
#C++
#DSA
20. Playing with ffplay
#C++
#DSA
#FFmpeg
#ffplay
19. Inspecting with ffprobe
#C++
#DSA
#FFmpeg
#ffplay
18. ffmpeg filters
#C++
#DSA
#FFmpeg
17. Fundamentals of media
#C++
#DSA
#FFmpeg
16. Basic transcoding architecture and flow behind ffmpeg
#C++
#DSA
#FFmpeg
15. ffmpeg stream selection
#C++
#DSA
#FFmpeg
14. Templates in C++
#C++
#DSA
13. Find the unique element in array
#C++
#DSA
#bitwise
12. Triplet sum
#C++
#DSA
#arrays
11. Search an element in a sorted and rotated Array
#C++
#DSA
#arrays
10. Rotate array
#C++
#DSA
#arrays
9. Pair sum in array
#C++
#DSA
#arrays
8. Check Array rotation
#C++
#DSA
#arrays
7. Find duplicate element in array
#C++
#DSA
#arrays
6. Inbuilt vector
#C++
#DSA
#Array
#Vector
5. Find array intersection
#C++
#DSA
#arrays
4. Next Number
#C++
#DSA
#LinkedList
3. Double Ended Queue
#C++
#DSA
#LinkedList
2. Delete alternate nodes in a LinkedList
#C++
#DSA
#LinkedList
1. Merge K sorted Linked List
#C++
#DSA
#LinkedList