├── golang
│ ├── algorithms
│ └── datastructures
└── python
├── algorithms
├── datastructures
└── utilsAll data structures implemented using Python programming language
cd pythonAll data structures implemented using Go programming language
cd golang