Preetika Prakash's Blog
Preetika Prakash's Blog
homeGithub
Tag

geeksforgeeks

#geeksforgeeks

More content

Read more stories on Hashnode


Articles with this tag

DSA Day 95/100

Sep 21, 20231 min read

Topic: Strings 1) Reverse Words in StringMedium Input: s = "a good example" Output: "example good a" Explanation: You need to reduce multiple...

DSA Day 95/100

DSA Day 94/100

Sep 19, 20231 min read

Topic: Strings 1) Length of last wordEasy Input: s = " fly me to the moon " Output: 4 Explanation: The last word is "moon" with length...

DSA Day 94/100

DSA Day 90/100

Sep 11, 20231 min read

Topic: Tree 1) Check for a balanced binary treeEasy Input: 1 / 2 \ 3 Output: 0 Explanation: The max difference in height of...

DSA Day 90/100

DSA Day 89/100

Sep 10, 20234 min read

Topic: Tree 1) Level order traversal in Spiral formEasy2) Zig Zag TraversalEasy3) Maximum Width of Binary TreeEasy4) Left view of Binary TreeEasy5)...

DSA Day 89/100

DSA Day 88/100

Sep 9, 20231 min read

Topic: Tree 1) Level order traversal Line by LineEasy 1 / \ 2 3 / \ / \ 4 5 6 7 \ 8 ...

DSA Day 88/100

DSA Day 87/100

Sep 8, 20231 min read

Topic: Tree 1) Recursive Post Order TraversalEasy2) Iterative Pre-Order Traversal - GFGMedium RECURSION Input: 19 / \ 10 8 ...

DSA Day 87/100

©2025 Preetika Prakash's Blog

Archive·Privacy policy·Terms

Powered by Hashnode - Build your developer hub.

Start your blogCreate docs