DEV Community

Cover image for DSA #1πŸ˜ŽβœŒπŸŽ‰
Dharsan.S
Dharsan.S

Posted on • Updated on

DSA #1πŸ˜ŽβœŒπŸŽ‰

Hi, Guys ...
Let me tell u what I did today towards my goal
if u don't my goal then check this out:https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai

NOTE: if u want to learn what I am learning I will provide the resource that u can also learn from and continue!!

1.Learned about Time complexity

resouce:https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/?ref=leftbar-rightbar

2.Learned about Array Data Structure:

resource:https://www.geeksforgeeks.org/array-data-structure/

what I learned:
*operations in array(insertion,deletion,..etc)
*Largest element in Array
*Second largest element in Array
*Check if the array is sorted
*Reverse an Array
*Remove Duplicates in array
*Move Zeros to end
*Left rotate array by one and by d places also
*Leaders in array
*Maximum difference Problem with order
*Frequencies in a sorted array

These questions mention above solve from naive to the optimized way
you can search in GFG for problems and solutions also.

link for SDE Sheet:https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit
And For SDE sheet Part:

1.Sort an array of 0’s 1’s 2’s without using extra space or sorting Algorithms

2.Kadane’s Algorithm

See you tomorrow in post guysβœŒπŸ‘πŸ˜Ž!!!

Top comments (0)