Skip to content

Conversation

abhijay94
Copy link
Contributor

The singleton pattern is a design pattern that restricts the instantiation of a class to one "single" instance.
This is useful when exactly one object is needed to coordinate actions across the system. The term comes from the mathematical concept of a singleton.

…t.java


Removed println statement

Co-Authored-By: Libin Yang <contact@yanglibin.info>
@yanglbme yanglbme merged commit f01927d into TheAlgorithms:Development May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants