Welcome to Dream.In.Code
Getting Help is Easy!

Join 109,491 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,195 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



list index out of range

 
Reply to this topicStart new topic

list index out of range

gijig
post 19 May, 2008 - 03:53 AM
Post #1


New D.I.C Head

*
Joined: 14 May, 2008
Posts: 5

while handling large lists,i am encountering an error message:
list index out of range.
can i know about some methods like efficient data structure ,etc to handle this problem with large lists.

the program is working properly with small lists
User is offlineProfile CardPM

Go to the top of the page


girasquid
post 2 Jun, 2008 - 08:10 PM
Post #2


Barbarbar

Group Icon
Joined: 3 Oct, 2006
Posts: 1,157



Thanked 6 times

Dream Kudos: 625
My Contributions


If you're getting an index out of range error, usually it means you're trying to access a part of the list that doesn't exist - like trying to access array[4] when your array is only 3 elements long.
User is offlineProfile CardPM

Go to the top of the page

numberwhun
post 5 Jun, 2008 - 04:13 PM
Post #3


New D.I.C Head

*
Joined: 28 Mar, 2008
Posts: 8


My Contributions


QUOTE(girasquid @ 2 Jun, 2008 - 08:10 PM) *

If you're getting an index out of range error, usually it means you're trying to access a part of the list that doesn't exist - like trying to access array[4] when your array is only 3 elements long.


I fully agree with girasquid.

I don't know about python, but in Perl, you can obtain the highest populated list index by using:

perl

$#arrayname


Regards,

Jeff
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 9/7/08 02:09PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month