/FlaskDS

Data Structures with Flask API

Primary LanguagePythonMIT LicenseMIT

Data Structures using Flask API

Understand and Implement Data Structures by building a Flask API and SQL Databse using SQLAlchemy.

Topics Covered

  • Data Structures
  • Building a Flask API
  • Sending HTTP Requests through Postman
  • Writing SQL Queries in Python using SQLAlchemy

Data Structures Covered

  • Linked List
  • Hash Table
  • Binary Search Tree
  • Stacks
  • Queues