#kotlin
Read more stories on Hashnode
Articles with this tag
First of all, what's Stack? Stack is as the name suggests a way of storing data where data that came in last goes out first (LAST IN FIRST OUT). In...
First of all, what is Queue? Queue is as the name suggests, like in real life whoever came in first should go first (FIRST IN FIRST OUT). Whatever...
Note: Below explained solution is not a solution of mine but rather given advice from a colleague. git mv <source>.java <destination>.kt Cut and...