Skip to content

Commit 41e7e0d

Browse files
committed
Comments
1 parent 19753a4 commit 41e7e0d

11 files changed

+10
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
'''
2+
Algorithms - design and analysis (Stanford), Part I.
3+
24
Programming assignment 1:
35
46
count the number of inversions
File renamed without changes.
File renamed without changes.
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# Algorithms - design and analysis (Stanford), Part II.
2-
# Programming Assignment 1-1: Greedy jobs scheduling
1+
'''
2+
Algorithms - design and analysis (Stanford), Part II.
3+
4+
Programming Assignment 1-1:
5+
Greedy jobs scheduling
6+
7+
@author: Mikhail Dubov
8+
'''
39

410
def greedy_minimal_weighted_sum(jobs, greedy_criterion, ties_criterion):
511

File renamed without changes.

0 commit comments

Comments
 (0)