-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
Summary
https://en.m.wikipedia.org/wiki/Bencode
Example Input
Bencode Encoding Example:
Encoded Integer: i42e
Encoded String: 13:Hello, Bencode!
Encoded List: li1ei2ei3ee
Encoded Dictionary: d4:agei30e4:name5:Alicee
Example Output
Decoded Values:
Decoded Integer: 42
Decoded String: Hello, Bencode!
Decoded List: [1, 2, 3]
Decoded Dictionary: {'age': 30, 'name': 'Alice'}
Metadata
Metadata
Assignees
Labels
No labels