Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 392 Bytes

CHANGELOG.rst

File metadata and controls

11 lines (10 loc) · 392 Bytes
0.1.0
  • stack ADT implementations added
  • stack_operations created
  • stack_operations include get_max, get_min . get_avg and print_stack
  • 12 test cases added for stack adt
0.1.1
  • Linked List ADT has been added to the package
  • Implementation of Node for singly list
  • Implementation of Node for doubly list
  • Stack Ops method included , how many spaces left