Personal blog

Writing every week about programming, new technology and books.

HACKERRANK SOLUTIONS

HackerRank Maximum Element Solution in C#

10-Oct-2020
HackerRank Maximum Element Solution in C#

Solving HackerRank problem called Maximum Element using C#. This problem is part of the Data Structures and Algorithms section in HackerRank and it can be solved by using the Stack data structure. The time complexity for each of my methods is O(1).