varunvjha / DataStructureImplementations

This Repository has been created for implementing Data Structures on our own without using Collections Framework in Java or similarly STL in C++
MIT License
2 stars 9 forks source link

access modifier #5

Closed animesh288 closed 4 years ago

animesh288 commented 4 years ago

changed the access modifiers of required methods from default to public so that they can be access externally (i.e for implementation)