Anish Kumar Dubey
I am just a random guy doing random things
#Android • 19
#Array • 2
#Arrays • 1
#C++ • 130
#Computer science • 1
#DSA • 102
#FFmpeg • 6
#Java • 2
#Javascript • 1
#Kotlin • 2
#LinkedList • 4
#Pointers • 11
#Queue • 3
#React • 1
#React-Native • 1
#Recursion • 29
#Stack • 6
#String • 4
#Tree • 18
#Vector • 1
#arrays • 7
#bitwise • 1
#ffplay • 2
#java • 3
#node • 1
161. How to Avoid Dependency Conflicts in Android Multi-Module Apps
#Kotlin
2023 January 22nd
160. Kotlin Singleton Design Pattern
#Kotlin
2023 January 21st
159. Android Runtime with Profile-Guided Optimizations
#Android
2023 January 20th
158. AOT vs JIT compilation in Java
#Java
2023 January 19th
157. How to show Java equivalent for Kotlin code
#Android
2023 January 18th
156. Higher Order functions in Kotlin under the hood
#Android
2023 January 17th
155. Search an element in a sorted and rotated Array
#C++
#DSA
#arrays
2022 June 30th
154. Migrate The Deprecated OnBackPressed Function — Android 13
#Android
2022 June 29th
153. Network calls without Retrofit
#Android
2022 June 28th
152. Create your own LiveData implementation
#Android
2022 June 27th
151. React interview questions
#React
2022 June 26th
150. Find indices of all occurrence of one string in other
#C++
#DSA
#String
2022 June 25th
149. Javascript interview questions
#Javascript
2022 June 25th
148. Longest Palindrome subsequence
#C++
#DSA
#String
2022 June 24th
147. Longest Palindrome substring
#C++
#DSA
#String
2022 June 23rd
146. Ciruclar queue using array
#C++
#DSA
#Arrays
2022 June 22nd
145. React-Native Interview Questions
#React-Native
2022 June 21st
144. Android Interview Questions
#Android
2022 June 20th
143. Horizontal and Vertical ViewPager in Jetpack Compose
#Android
2022 June 19th
142. Bottom Sheet in Jetpack Compose.
#Android
2022 June 18th
141. Next larger node with value just greater than n.
#C++
#DSA
#Tree
2022 June 17th
140. Check if two trees are structurally identical
#C++
#DSA
#Tree
2022 June 16th
139. Node with maximum child sum recursively
#C++
#DSA
#Tree
2022 June 15th
138. Node with maximum child sum iteratively
#C++
#DSA
#Tree
2022 June 14th
137. Count number of nodes greater than x
#C++
#DSA
#Tree
2022 June 13th
136. Check if a tree contains x
#C++
#DSA
#Tree
2022 June 12th
135. Deleting a tree manually
#C++
#DSA
#Tree
2022 June 11th
134. Post-order traversal of tree
#C++
#DSA
#Tree
2022 June 10th
133. Pre-Order traversal of tree
#C++
#DSA
#Tree
2022 June 9th
132. Count Leaf Nodes
#C++
#DSA
#Tree
2022 June 8th
131. Print all nodes at level K
#C++
#DSA
#Tree
2022 June 7th
130. Find height of tree
#C++
#DSA
#Tree
2022 June 6th
129. Find Max Data Node in tree
#C++
#DSA
#Tree
2022 June 5th
128. Sum of Nodes in a tree
#C++
#DSA
#Tree
2022 June 4th
127. Count Number of Nodes in a tree
#C++
#DSA
#Tree
2022 June 3rd
126. Print tree level wise
#C++
#DSA
#Tree
2022 June 2nd
125. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
2022 June 1st
124. Create a tree and take input and print tree recursively
#C++
#DSA
#Tree
2022 May 30th
123. Inbuilt vector
#C++
#DSA
#Array
#Vector
2022 May 29th
122. Delete alternate nodes in a LinkedList
#C++
#DSA
#LinkedList
2022 May 28th
121. Double Ended Queue
#C++
#DSA
#LinkedList
2022 May 27th
120. Next Number
#C++
#DSA
#LinkedList
2022 May 26th
119. Stock span
#C++
#DSA
#Stack
2022 May 25th
118. Minimum brackets reversal
#C++
#DSA
#Stack
2022 May 25th
117. Check Redundant Brackets
#C++
#DSA
#Stack
2022 May 24th
116. Reverse a Queue
#C++
#DSA
#Stack
2022 May 23rd
115. Reverse a Stack using another stack
#C++
#DSA
#Stack
2022 May 22nd
114. Group anagrams
#C++
#DSA
#String
#Array
2022 May 21st
113. Merge K sorted Linked List
#C++
#DSA
#LinkedList
2022 May 20th
112. Inbuilt Queue use
#C++
#DSA
#Queue
2022 May 19th
111. Queues using LinkedList
#C++
#DSA
#Queue
2022 May 18th
110. Queues using Arrays
#C++
#DSA
#Queue
2022 May 17th
109. Balanced Parenthesis
#C++
#DSA
#Stack
2022 May 16th
108. Inbuilt Stack use
#C++
#DSA
2022 May 15th
107. Stacks using linked list
#C++
#DSA
2022 May 14th
106. Templates in C++
#C++
#DSA
2022 May 13th
105. Stacks Using Arrays
#C++
#DSA
2022 May 12th
104. Create a Dynamic Array class in C++
#C++
#DSA
2022 April 14th
103. Operator overloading in C++
#C++
#DSA
2022 April 13th
102. Static members in C++ objects
#C++
#DSA
2022 April 12th
101. Constant functions in C++ objects
#C++
#DSA
2022 April 11th
100. Initialisation list in C++
#C++
#DSA
2022 April 10th
99. Copy Constructor
#C++
#DSA
2022 April 9th
98. Shallow Copy And Deep Copy
#C++
#DSA
2022 April 8th
97. Oops in C++ And constructors, destructors, copy constructor and copy assignment operator
#C++
#DSA
2022 April 7th
96. Jetpack Compose BOM
#Android
2022 April 6th
95. Android Studio Live Template
#Android
2022 April 5th
94. Using Kotlin’s Contract APIs for Smarter Helper Functions
#Android
2022 April 4th
93. AsyncLayoutInflator
#Android
2022 April 3rd
92. Job Scheduling in Node.js
#node
2022 April 2nd
91. Mastering Coroutines in Kotlin
#Android
2022 April 1st
90. Using Activity result contracts in Jetpack Compose
#Android
2022 March 31st
89. Jetpack Compose Runtime Permissions
#Android
2022 March 30th
88. Communication between Modules in Android
#Android
2022 March 29th
87. Login UI in Android in Jetpack Compose
#Android
2022 March 28th
86. Show Snackbar in Android in Jetpack Compose
#Android
2022 March 27th
85. Conditionals and loops
#java
2022 March 26th
84. Type Conversions
#java
2022 March 25th
83. DataTypes storage
#java
2022 March 24th
82. Binary number system
#Computer science
2022 March 23rd
81. Java DataTypes
#Java
2022 March 22nd
80. ffmpeg filters
#C++
#DSA
#FFmpeg
2022 March 21st
79. ffmpeg stream selection
#C++
#DSA
#FFmpeg
2022 March 20th
78. Basic transcoding architecture and flow behind ffmpeg
#C++
#DSA
#FFmpeg
2022 March 19th
77. Fundamentals of media
#C++
#DSA
#FFmpeg
2022 March 18th
76. Inspecting with ffprobe
#C++
#DSA
#FFmpeg
#ffplay
2022 March 17th
75. Playing with ffplay
#C++
#DSA
#FFmpeg
#ffplay
2022 March 16th
74. Split array
#C++
#DSA
#Recursion
2022 March 15th
73. Maximum profit on app
#C++
#DSA
#Recursion
2022 March 14th
72. Does s contain t
#C++
#DSA
#Recursion
2022 March 13th
71. Check Array rotation
#C++
#DSA
#arrays
2022 March 12th
70. Rotate array
#C++
#DSA
#arrays
2022 March 11th
69. Triplet sum
#C++
#DSA
#arrays
2022 March 10th
68. Pair sum in array
#C++
#DSA
#arrays
2022 March 9th
67. Find array intersection
#C++
#DSA
#arrays
2022 March 8th
66. Find duplicate element in array
#C++
#DSA
#arrays
2022 March 7th
65. Find the unique element in array
#C++
#DSA
#bitwise
2022 March 6th
64. Space complexity analysis for Fibonacci
#C++
#DSA
2022 March 5th
63. Space complexity analysis for merge sort
#C++
#DSA
2022 March 4th
62. Analysis of space complexity for an algorithm
#C++
#DSA
2022 March 3rd
61. Comparing different time complexities
#C++
#DSA
2022 March 2nd
60. Time complexity for Fibonacci function
#C++
#DSA
2022 March 1st
59. Theoretical analysis for time complexity of merge sort algorithm
#C++
#DSA
2022 February 28th
58. Theoretical analysis for time taken by recursion algorithm
#C++
#DSA
2022 February 27th
57. Theoretical analysis for time taken by algorithm
#C++
#DSA
2022 February 26th
56. Experimental analysis for time taken by algorithm
#C++
#DSA
2022 February 25th
55. Print permutations
#C++
#DSA
2022 February 24th
54. Return permutations String
#C++
#DSA
2022 February 23rd
53. Print all codes in string
#C++
#DSA
2022 February 22nd
52. Return all codes in string
#C++
#DSA
2022 February 21st
51. Return subsets sum to K recursively
#C++
#DSA
2022 February 20th
50. Print subsets of an array recursively
#C++
#DSA
2022 February 19th
49. Return subset of an array recursively
#C++
#DSA
2022 February 18th
48. Binary search recursively
#C++
#DSA
2022 February 17th
47. How many possible ways the child can run up to the staircase
#C++
#DSA
2022 February 16th
46. Check AB recursively
#C++
#DSA
2022 February 15th
45. Print keypad combinations code
#C++
#DSA
2022 February 14th
44. Print subsequences of string
#C++
#DSA
2022 February 13th
43. Return keypad code
#C++
#DSA
2022 February 12th
42. Return subsequences of a string
#C++
#DSA
2022 February 11th
41. Strings in C++
#C++
2022 February 10th
40. Quick Sort a array
#C++
#Recursion
2022 February 9th
39. Merge Sort a array
#C++
#Recursion
2022 February 8th
38. Remove duplicates recursively
#C++
#Recursion
2022 February 7th
37. Replace character recursively
#C++
#Recursion
2022 February 6th
36. Length of String using recursion
#C++
#Recursion
2022 February 5th
35. Tower of Hanoi
#C++
#Recursion
2022 February 4th
34. Pair star
#C++
#Recursion
2022 February 3rd
33. String to integer recursively
#C++
#Recursion
2022 February 2nd
32. Remove x recursively from a string
#C++
#Recursion
2022 February 1st
31. Replace pi recursively in a string
#C++
#Recursion
2022 January 31st
30. Sum of digits recursively
#C++
#Recursion
2022 January 30th
29. Check palindrome recursively
#C++
#Recursion
2022 January 29th
28. Find the geometric sum
#C++
#Recursion
2022 January 28th
27. Count number of zeros in integer
#C++
#Recursion
2022 January 27th
26. Multiplication using recursion
#C++
#Recursion
2022 January 26th
25. All indices of a number in array.
#C++
#Recursion
2022 January 25th
24. Last Index of Number in the array.
#C++
#Recursion
2022 January 24th
23. First Index of Number in the array.
#C++
#Recursion
2022 January 23rd
22. Find if x is present in the array or not.
#C++
#Recursion
2022 January 22nd
21. Print the sum of all elements of the array recursively.
#C++
#Recursion
2022 January 21st
20. Check if given array is sorted or not recursively.
#C++
#Recursion
2022 January 20th
19. Calculate nth fibonacci number.
#C++
#Recursion
2022 January 19th
18. Print the number of digits present in a number recursively.
#C++
#Recursion
2022 January 18th
17. Write a program to print numbers from 1 to n in increasing order recursively
#C++
#Recursion
2022 January 17th
16. Write a program to find x to the power n (i.e. x^n)
#C++
#Recursion
2022 January 16th
15. Calculate Factorial for a given number
#C++
#Recursion
2022 January 15th
14. Segmentation fault
Understand segmentation fault
#C++
2022 January 14th
13. Constant variables
Understand constant variables
#C++
#DSA
#Pointers
2022 January 13th
12. Inline And Default arguments
Understand Inline And Default arguments
#C++
#DSA
2022 January 12th
11. Macros and Global variables
Use cases of macros and global variables
#C++
#DSA
2022 January 11th
10. Dynamic memory allocation for Multi-dimensional array
Dynamic memory allocation for 2-D array
#C++
#DSA
#Pointers
2022 January 10th
9. Dynamic memory allocation
Understand dynamic memory allocation
#C++
#DSA
#Pointers
2022 January 9th
8. Reference and Pass By reference
Understand Reference and Pass By reference
#C++
#DSA
#Pointers
2022 January 8th
7. Address typecasting
Understand implicit and explicit typecasting
#C++
#DSA
#Pointers
2022 January 7th
6. Double pointers
Understand double pointers
#C++
#DSA
#Pointers
2022 January 6th
5. Pointers and functions
Understand pointers and functions
#C++
#DSA
#Pointers
2022 January 5th
4. Characters arrays and character pointers
Understand Characters arrays and character pointers
#C++
#DSA
#Pointers
2022 January 4th
3. Pointers And Arrays
Understand Pointers And Arrays
#C++
#DSA
#Pointers
2022 January 3rd
2. Pointers Arithmetic
Understand pointers arithmetic in 10 minutes
#C++
#DSA
#Pointers
2022 January 2nd
1. Understand pointers in C++ the right way
Understand all whats needed about pointers the right way.
#C++
#DSA
#Pointers
2022 January 1st