Skip to content

Operation request: Bencode #1635

@pavi2410

Description

@pavi2410

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions