KMKandadi Manasainkandadimanasa.hashnode.dev·4d ago · 11 min readTwo Points (Fast & Slow Pointers, Cyclic detection)The pattern Two pointers walk the same sequence at different speeds. One takes a single step per iteration (the tortoise), the other takes two (the hare). That's it. Everything interesting follows fro00
KMKandadi Manasainkandadimanasa.hashnode.dev·Oct 2, 2024 · 3 min readInheritanceInheritance is the mechanism by which one class acquires the properties and features of another class. The class that inherits the properties is called a sub-class (child class), while the class from which the properties are inherited is called a sup...00
KMKandadi Manasainkandadimanasa.hashnode.dev·Sep 17, 2024 · 1 min readInterview SourcesLinux 30 Basic Commands00
KMKandadi Manasainkandadimanasa.hashnode.dev·Sep 10, 2024 · 2 min readClasses, Objects, and MethodsClass Syntax "class" keyword use cheskoni classes ni create chestham java lo. class ClassName{ // variables // Methods // objects } Variables Syntax ni previous articles lo discuss chesnam, go and check. Methods C language lo manam functions antam k...00
KMKandadi Manasainkandadimanasa.hashnode.dev·Sep 8, 2024 · 3 min readOverview of OOP in JavaClasses, Objects and Methods Scenario: Oka classroom "IT" lo "Teachers and Students" untaru, Manam class lo chese panlu: Attendance Sleep Eat Now, e scenario lo manam objects, methods and classes ni define chedham. Objects: Teachers and Student...01H0