Skip to main content
Rishi Verma
B.Tech(CSE) STUDENT, Developer, Tech Enthusiast , Competitive Programmer

A tech enthusiast and competitive programmer with a knack for developing innovative solutions. I am a B.Tech(CSE) student who loves to dive deep into coding challenges and explore the latest trends in technology. My interests span across web development, software engineering, and community-driven projects.

View all authors

20 Most Essential Coding Patterns

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

Navigating through coding interviews requires more than just a good grasp of algorithms and data structures; it demands a strategic approach and a keen eye for patterns. In today's competitive world of tech job interviews, understanding and mastering coding patterns can significantly enhance your problem-solving skills and boost your performance.

Getting Started With Array Data Structure

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

Array is a collection of items of the same variable type that are stored at contiguous memory locations. It is one of the most popular and simple data structures used in programming. In this article, we have decided to provide a complete guide for Arrays, which will help you to tackle any problem based on Arrays.

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.