Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 378 Bytes

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