21 reputation
5
bio website
location
age
visits member for 8 months
seen Dec 3 '12 at 15:15
stats profile views 6

Oct
31
accepted How do i array[n][i] = 0 as an append in python
Oct
31
comment How do i array[n][i] = 0 as an append in python
Thanks I think that fixed it ...I got another error instead of list index out of range now I get list assignment out of range which I think has something to do with the other v[] array...
Oct
31
awarded  Commentator
Oct
31
comment How do i array[n][i] = 0 as an append in python
well not even worrying about that really it is just a syntax issue, because i want a two dimensional array like think of it like this: for i in range(0, 10): knap_sac[n][i] = 0
Oct
31
asked How do i array[n][i] = 0 as an append in python
Oct
31
comment Index out of range error Python greedy method
Which is because it is suppose to be j not i -.-
Oct
31
accepted Index out of range error Python greedy method
Oct
31
comment Index out of range error Python greedy method
Thanks that fixed that...but lmao just go another index out of range at File "\\minerfiles.mst.edu\dfs\users\asadmb\Desktop\Programming 3\KnapsackClass.py", line 44, in greedy_knap if weight + knap_array[i][1] <= W: IndexError: list index out of range
Oct
31
comment Index out of range error Python greedy method
yes i tried changing the for loop range from 1 to len(v) -1 or from 1 to len(v) + 1 ...Both give me a index out of range error...I am not sure why...maybe because I am trying to make a 2-Dimensional array out of it?
Oct
31
asked Index out of range error Python greedy method
Oct
31
accepted Python Error TypeError: unorderable types: int() > list()
Oct
31
awarded  Supporter
Oct
31
comment Python Error TypeError: unorderable types: int() > list()
Andrew has provided the correct answer below =D
Oct
31
comment Python Error TypeError: unorderable types: int() > list()
Yes that is the correct answers ...haha i already figured it out but thanks again!
Oct
31
revised Python Error TypeError: unorderable types: int() > list()
added 59 characters in body
Oct
31
comment Python Error TypeError: unorderable types: int() > list()
PLEASE DISREGARD MY QUESTION I SOLVED IT!
Oct
31
asked Python Error TypeError: unorderable types: int() > list()
Oct
15
comment Get the wrong sort of an array (writing heap sort in Python)
Thanks that fixed it! ... And for that I now love you... (knew it was some python syntax issue lol)
Oct
15
accepted Get the wrong sort of an array (writing heap sort in Python)
Oct
15
awarded  Student