Skip to main content

2 posts tagged with "narendra-dhangar"

View All Tags

A Very Useful Data Structure i.e. String

· 2 min read
Rishi Verma
B.Tech(CSE) STUDENT, Developer, Tech Enthusiast , Competitive Programmer

In data structures, a string is a sequence of characters used to represent text. Strings are commonly used for storing and manipulating textual data in computer programs. They can be manipulated using various operations like concatenation, substring extraction, and comparison.

Mastering Recursion: Concepts, Problems, and Optimization

· 4 min read
Narendra Dhangar
B.Tech (CSE) Student

Recursion is a fundamental concept in programming and problem-solving. It provides an elegant solution to many problems, yet understanding recursion requires a solid grasp of the underlying principles. In this blog, we will dive deep into the concept of recursion, explore common recursive problems, and look at techniques for optimizing recursive algorithms.