EliteProgrammersClub / EPCDailyChallenge

Daily challenge on algorithm, using different languages. From different problems to be solved.
MIT License
7 stars 20 forks source link

Calculate Body Mass Index #3

Closed xxxSkypper closed 2 years ago

xxxSkypper commented 2 years ago

Here the time complexity I implement is O(n) from this equation of linear time complexity => T=a*n + b

xasterKies commented 2 years ago

All of them were great implementation, stay tuned for the next video session to see how you will present the solutions