KamandPrompt / Code-Forge

An Interactive Repository for Immersive Algorithmic Exploration and Learning.
6 stars 25 forks source link

Linear Search Algorithm #80

Closed nikitalakha closed 1 year ago

nikitalakha commented 1 year ago

B21208 Nikita

CodingWarrior33 commented 1 year ago

@nikitalakha , thanks for the above contribution!!

However, please add comments to your code that explain what the algorithm does. Also please mention the time and space complexity for the same within the comments.

nikitalakha commented 1 year ago

Hi, I've done the changes. Please review it once.