Alien Dictionary

Problem statement You have been given a sorted (lexical order) dictionary of an alien language.Write a function that returns the order of characters as a string in the alien language. This di...
0 Read More

Singleton Pattern

The Singleton Pattern is a creational design pattern that ensures a class has only one instance and provides a global point of access to that instance.There will be times that as a programmer you will...
0 Read More