DEV Community

Nithya Dharshini official profile picture

Nithya Dharshini official

MCA student learning C++ and DSA fundamentals. I write about problem-solving, STL containers, and interview-oriented thinking. Learning by building and explaining.

Location Tiruchirappalli , Tamil Nadu , India Joined Joined on  Personal website https://www.linkedin.com/in/nithyadharshini07/

Education

MCA

Reverse Vowels of a String — What I Missed, What I Learned (Two Pointer Reflection)

Reverse Vowels of a String — What I Missed, What I Learned (Two Pointer Reflection)

4
Comments 1
2 min read

Want to connect with Nithya Dharshini official?

Create an account to connect with Nithya Dharshini official. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Container With Most Water — Beginner Two Pointer Breakdown (That “Ohhh” Moment)

Container With Most Water — Beginner Two Pointer Breakdown (That “Ohhh” Moment)

2
Comments 1
2 min read
Two Pointer for Beginners — Reverse an Array (In-Place)

Two Pointer for Beginners — Reverse an Array (In-Place)

Comments
2 min read
From Frequency Count to Two Pointer Technique: Level Up Your Array Skills 🚀

From Frequency Count to Two Pointer Technique: Level Up Your Array Skills 🚀

Comments
3 min read
Sorting Elements by Frequency in C++ (Map vs Bucket Approach)

Sorting Elements by Frequency in C++ (Map vs Bucket Approach)

3
Comments 1
2 min read
First Repeating Element in an Array (C++)

First Repeating Element in an Array (C++)

3
Comments 1
2 min read
Find All Duplicate Elements in an Array (C++)

Find All Duplicate Elements in an Array (C++)

3
Comments 1
1 min read
Level 1 Array & String Problems in C++

Level 1 Array & String Problems in C++

1
Comments 1
2 min read
Learning set, unordered_set, and priority_queue in C++

Learning set, unordered_set, and priority_queue in C++

5
Comments 1
1 min read
Removing Duplicates in C++

Removing Duplicates in C++

4
Comments 2
2 min read
Kth Largest Element in C++

Kth Largest Element in C++

3
Comments 1
2 min read
Mastering Single Pass Optimization in C++

Mastering Single Pass Optimization in C++

5
Comments 1
2 min read
loading...