/udacity-nanodegree-data-structures-n-algorithms-basic-data-structures

Data Structuresproject for Udacity Nanodegree program of Data Structures & Algorithms

Primary LanguagePythonMIT LicenseMIT

Udacity Nanodegree - Data Structures & Algorithms - Introduction

This is the Data Structures chapter project submitted during the Udacity Data Structures & Algorithms Nanodegree course.

Project Text & Purpose

"Solve a series of open-ended practice problems. Hone your skills to identify and implement appropriate data structures and corresponding methods that meet given constraints."

This projects require use of data structures like Lists, Stacks, Queue, Trees and Maps.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requisites

To run python scripts is necessary have installed Python 3 in your environment. On local system i've used Python 3.6 and 3.7 to develop the different projects.

License

This project is licensed under the MIT License - see the LICENSE file for details