Dhruv Millu

Results 3 issues of Dhruv Millu

# Minimum sum partition problem Given a set of integers, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums...

C
C++
Python
Java
Dynamic Programming
SSOC23
SSOC-INTERMEDIATE

# Implementing B-Tree in JAVA, python, C and C++ The B-Tree can handle massive amounts of data with ease. When it comes to storing and searching large amounts of data,...

Trees
C++
Python
SSOC23
SSOC-INTERMEDIATE

**Is your feature request related to a problem? Please describe.** This program will take in a regular expression with applicable operations i.e `+` , `.` , `()` and `*` in...

C
C++
Python
Java
SSOC23
SSOC-INTERMEDIATE
Automata