Software Engineering Handling date and time in Python using datetime module We explore the datetime module provided in Python programming language and how to use its various functionalities in implementation along with various types of objects and classes within it.
Algorithms Partition a set into two subsets such that sum of each subset is same An analysis and explanation of the solution for the partition problem, in which a set of numbers is to be divided into two sub arrays such that their sum is equal, by using dynamic programming.