Grokking the Object Oriented Design Interview
-
Updated
Jun 20, 2022 - Python
Grokking the Object Oriented Design Interview
Exception Handling, Logging, Assertions, File Handling, Pickling Unpickling, OOP's Concepts, Garbage Collection, Multithreading, Regular Expression, Web Scrapping, Shallow Copy vs Deep Copy, Python Database Connectivity, Pydoc, Python UnitTesting with Selenium, pytest with selenium.
This repository holds solutions to some of the hackerrank problems in languages - C++ , JAVA and PYTHON
Object Oriented Programming is one of the most important aspects of modular coding. Although every language has the same OOP principles, It generally differs in syntax and how we can apply in the language specific projects. Here, Is a the explanation of same using python
Karnaugh maps solver is a web app that takes the truth table of a function as input, transposes it onto the respective Karnaugh map and finds the minimum forms SOP and POS according to the visual resolution method by Maurice Karnaugh, American physicist and mathematician. Implementation of the Quine - McKlusky algorithm in C++
Extended the code base of a terminal game in Python.
Add a description, image, and links to the oops-concepts topic page so that developers can more easily learn about it.
To associate your repository with the oops-concepts topic, visit your repo's landing page and select "manage topics."