Skip to content

Commit

Permalink
Remove MasterTheoremForm from forms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz authored Mar 19, 2024
1 parent 56e6336 commit 30b7079
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mastertheorem/forms.py
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# mastertheorem/forms.py

from django import forms

class MasterTheoremForm(forms.Form):
a = forms.IntegerField(label='a (number of subproblems)', min_value=1)
b = forms.IntegerField(label='b (factor by which the problem size is reduced)', min_value=2)
k = forms.IntegerField(label='k (exponent in the work done outside the recursive calls)', min_value=0)

0 comments on commit 30b7079

Please sign in to comment.