DEV Community

Sri Mahalakshmi profile picture

Sri Mahalakshmi

B.Tech IT student passionate about cloud computing . Currently learning AWS, networking, and system design. A curious learner focused on building strong fundamentals and exploring real-world applica

Location Chennai Joined Joined on  Email address srim7854@gmail.com
Merge Sort for Linked List in Python

Merge Sort for Linked List in Python

Comments
2 min read
Removing Duplicates from a Sorted Linked List in Python

Removing Duplicates from a Sorted Linked List in Python

Comments
1 min read
Reversing a Linked List Using Iterative Method in Python

Reversing a Linked List Using Iterative Method in Python

Comments
1 min read
Finding Majority Element Using Boyer-Moore Voting Algorithm in Python

Finding Majority Element Using Boyer-Moore Voting Algorithm in Python

Comments
2 min read
Searching in a Rotated Sorted Array Using Modified Binary Search in Python

Searching in a Rotated Sorted Array Using Modified Binary Search in Python

Comments
2 min read
Finding First and Last Occurrence of an Element Using Binary Search in Python

Finding First and Last Occurrence of an Element Using Binary Search in Python

Comments
2 min read
Squares of a Sorted Array Using Two Pointer Technique in Python

Squares of a Sorted Array Using Two Pointer Technique in Python

Comments
2 min read
Guess Number Higher or Lower Using Binary Search in Python

Guess Number Higher or Lower Using Binary Search in Python

Comments
2 min read
Valid Anagram in Python Using Two Methods (Sorting & Counting)

Valid Anagram in Python Using Two Methods (Sorting & Counting)

Comments
2 min read
Moving Zeroes to the End of an Array Using Two Pointer Technique in Python

Moving Zeroes to the End of an Array Using Two Pointer Technique in Python

Comments
2 min read
Finding the Next Permutation of an Array in Python

Finding the Next Permutation of an Array in Python

Comments
2 min read
Finding Maximum Subarray Sum Using Kadane’s Algorithm in Python

Finding Maximum Subarray Sum Using Kadane’s Algorithm in Python

Comments
2 min read
Moving All Negative Elements to the End of an Array in Python

Moving All Negative Elements to the End of an Array in Python

Comments
2 min read
Sorting 0s, 1s, and 2s Using the Counting Method in Python

Sorting 0s, 1s, and 2s Using the Counting Method in Python

Comments
2 min read
Finding the Kth Smallest Element in an Array Using Heap (Min Heap) in Python

Finding the Kth Smallest Element in an Array Using Heap (Min Heap) in Python

Comments
2 min read
Finding Minimum and Maximum in an Array Using Linear Search in Python

Finding Minimum and Maximum in an Array Using Linear Search in Python

Comments
1 min read
Reversing an Array Using the Two Pointer Technique in Python

Reversing an Array Using the Two Pointer Technique in Python

Comments
2 min read
Solving Two Sum II (Sorted Array) Using the Two Pointer Technique in Python

Solving Two Sum II (Sorted Array) Using the Two Pointer Technique in Python

Comments
2 min read
Building a Leaderboard for a Number Guessing Game using Selection Sort

Building a Leaderboard for a Number Guessing Game using Selection Sort

Comments
3 min read
loading...