Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to find 'cycle' for key-value pairs in a dictionary?
Post: how to find 'cycle' for key-value pairs in a dicti...

In my homework, a cycle is defined as a set of keys that jump from key -> value -> key that returns to its original starting value. For instance: d1 = {1:6, 3:1, 6:3} cycles = [[1, 6, 3]] becau...
junnyfromthehood Homework 1 3,629 Sep-29-2019, 12:45 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020