Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 595 Bytes

File metadata and controls

29 lines (21 loc) · 595 Bytes

Python problem solving Contenet
a) Python basics

  • Basics of python programming
  • Strings
  • Lists
  • Tuples
  • Sets
  • Dictionary
  • Decision making
  • Iteratons
  • Comprehensions
  • Defining functions
  • Lambda function
    b) Algorithms
  • Dynamic programming
  • Search algorithms
  • Stack problems

Description

Each files contain some problems on respective solutions , some problems are from Hackerrank, some are from geeks for geeks and some are from youtube. Basic Python programming also given for beginners in python.