ACM-VIT / Algos-for-all-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
9 stars 10 forks source link

Added an solution of the problem no. 5 (smallest element in array) #25

Closed ayush-1601 closed 2 years ago

ayush-1601 commented 2 years ago

I added an solution of the problem no. 5, i.e. to find an smallest element in an array. I had done it using STL.

Chasmiccoder commented 2 years ago

Hi @ayush-1601 The idea of this issue was to write the code in Assembly. This code you've submitted is in c++...