Anish Kumar Dubey
I am just a random guy doing random things
130 posts tagged with "C++"
All tags
130. Sum of Nodes in a tree
#C++
#DSA
#Tree
129. Print tree level wise
#C++
#DSA
#Tree
128. Print all nodes at level K
#C++
#DSA
#Tree
127. Node with maximum child sum iteratively
#C++
#DSA
#Tree
126. Post-order traversal of tree
#C++
#DSA
#Tree
125. Node with maximum child sum recursively
#C++
#DSA
#Tree
124. Pre-Order traversal of tree
#C++
#DSA
#Tree
123. Next larger node with value just greater than n.
#C++
#DSA
#Tree
122. Find Max Data Node in tree
#C++
#DSA
#Tree
121. Find height of tree
#C++
#DSA
#Tree
120. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
119. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
118. Deleting a tree manually
#C++
#DSA
#Tree
117. Count Leaf Nodes
#C++
#DSA
#Tree
116. Count Number of Nodes in a tree
#C++
#DSA
#Tree
115. Check if a tree contains x
#C++
#DSA
#Tree
114. Count number of nodes greater than x
#C++
#DSA
#Tree
113. Check if two trees are structurally identical
#C++
#DSA
#Tree
112. Time complexity for Fibonacci function
#C++
#DSA
111. Theoretical analysis for time taken by recursion algorithm
#C++
#DSA
110. Theoretical analysis for time taken by algorithm
#C++
#DSA
109. Longest Palindrome substring
#C++
#DSA
#String
108. Theoretical analysis for time complexity of merge sort algorithm
#C++
#DSA
107. Comparing different time complexities
#C++
#DSA
106. Experimental analysis for time taken by algorithm
#C++
#DSA
105. Group anagrams
#C++
#DSA
#String
#Array
104. Longest Palindrome subsequence
#C++
#DSA
#String
103. Find indices of all occurrence of one string in other
#C++
#DSA
#String
102. Stock span
#C++
#DSA
#Stack
101. Stacks using linked list
#C++
#DSA
100. Reverse a Stack using another stack
#C++
#DSA
#Stack
99. Inbuilt Stack use
#C++
#DSA
98. Minimum brackets reversal
#C++
#DSA
#Stack
97. Check Redundant Brackets
#C++
#DSA
#Stack
96. Balanced Parenthesis
#C++
#DSA
#Stack
95. Stacks Using Arrays
#C++
#DSA
94. Space complexity analysis for Fibonacci
#C++
#DSA
93. Space complexity analysis for merge sort
#C++
#DSA
92. Print the sum of all elements of the array recursively.
#C++
#Recursion
91. Analysis of space complexity for an algorithm
#C++
#DSA
90. Tower of Hanoi
#C++
#Recursion
89. String to integer recursively
#C++
#Recursion
88. Length of String using recursion
#C++
#Recursion
87. How many possible ways the child can run up to the staircase
#C++
#DSA
86. Split array
#C++
#DSA
#Recursion
85. Return subsets sum to K recursively
#C++
#DSA
84. Return subset of an array recursively
#C++
#DSA
83. Return subsequences of a string
#C++
#DSA
82. Return permutations String
#C++
#DSA
81. Return keypad code
#C++
#DSA
80. Return all codes in string
#C++
#DSA
79. Remove x recursively from a string
#C++
#Recursion
78. Replace pi recursively in a string
#C++
#Recursion
77. Quick Sort a array
#C++
#Recursion
76. Remove duplicates recursively
#C++
#Recursion
75. Print the number of digits present in a number recursively.
#C++
#Recursion
74. Print subsets of an array recursively
#C++
#DSA
73. Print subsequences of string
#C++
#DSA
72. Print permutations
#C++
#DSA
71. Write a program to print numbers from 1 to n in increasing order recursively
#C++
#Recursion
70. Print keypad combinations code
#C++
#DSA
69. Print all codes in string
#C++
#DSA
68. Pair star
#C++
#Recursion
67. Calculate nth fibonacci number.
#C++
#Recursion
66. Multiplication using recursion
#C++
#Recursion
65. Merge Sort a array
#C++
#Recursion
64. Maximum profit on app
#C++
#DSA
#Recursion
63. Last Index of Number in the array.
#C++
#Recursion
62. Find the geometric sum
#C++
#Recursion
61. Write a program to find x to the power n (i.e. x^n)
#C++
#Recursion
60. First Index of Number in the array.
#C++
#Recursion
59. Find if x is present in the array or not.
#C++
#Recursion
58. Calculate Factorial for a given number
#C++
#Recursion
57. Check if given array is sorted or not recursively.
#C++
#Recursion
56. Does s contain t
#C++
#DSA
#Recursion
55. Binary search recursively
#C++
#DSA
54. Count number of zeros in integer
#C++
#Recursion
53. Check AB recursively
#C++
#DSA
52. Replace character recursively
#C++
#Recursion
51. Sum of digits recursively
#C++
#Recursion
50. Check palindrome recursively
#C++
#Recursion
49. Queues using LinkedList
#C++
#DSA
#Queue
48. Queues using Arrays
#C++
#DSA
#Queue
47. Ciruclar queue using array
#C++
#DSA
#Arrays
46. Inbuilt Queue use
#C++
#DSA
#Queue
45. Reverse a Queue
#C++
#DSA
#Stack
44. Understand pointers in C++ the right way
Understand all whats needed about pointers the right way.
#C++
#DSA
#Pointers
43. Segmentation fault
Understand segmentation fault
#C++
42. Reference and Pass By reference
Understand Reference and Pass By reference
#C++
#DSA
#Pointers
41. Pointers and functions
Understand pointers and functions
#C++
#DSA
#Pointers
40. Pointers And Arrays
Understand Pointers And Arrays
#C++
#DSA
#Pointers
39. Pointers Arithmetic
Understand pointers arithmetic in 10 minutes
#C++
#DSA
#Pointers
38. Macros and Global variables
Use cases of macros and global variables
#C++
#DSA
37. Inline And Default arguments
Understand Inline And Default arguments
#C++
#DSA
36. Dynamic memory allocation
Understand dynamic memory allocation
#C++
#DSA
#Pointers
35. Dynamic memory allocation for Multi-dimensional array
Dynamic memory allocation for 2-D array
#C++
#DSA
#Pointers
34. Double pointers
Understand double pointers
#C++
#DSA
#Pointers
33. Characters arrays and character pointers
Understand Characters arrays and character pointers
#C++
#DSA
#Pointers
32. All indices of a number in array.
#C++
#Recursion
31. Constant variables
Understand constant variables
#C++
#DSA
#Pointers
30. Address typecasting
Understand implicit and explicit typecasting
#C++
#DSA
#Pointers
29. Static members in C++ objects
#C++
#DSA
28. Shallow Copy And Deep Copy
#C++
#DSA
27. Operator overloading in C++
#C++
#DSA
26. Oops in C++ And constructors, destructors, copy constructor and copy assignment operator
#C++
#DSA
25. Create a Dynamic Array class in C++
#C++
#DSA
24. Initialisation list in C++
#C++
#DSA
23. Copy Constructor
#C++
#DSA
22. Constant functions in C++ objects
#C++
#DSA
21. Playing with ffplay
#C++
#DSA
#FFmpeg
#ffplay
20. Inspecting with ffprobe
#C++
#DSA
#FFmpeg
#ffplay
19. ffmpeg filters
#C++
#DSA
#FFmpeg
18. Fundamentals of media
#C++
#DSA
#FFmpeg
17. Basic transcoding architecture and flow behind ffmpeg
#C++
#DSA
#FFmpeg
16. ffmpeg stream selection
#C++
#DSA
#FFmpeg
15. Templates in C++
#C++
#DSA
14. Strings in C++
#C++
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