maestronick1 / advanced_python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Python Problems

Need some practice with Python?

Give these problems a shot!

Problems in Order of Least Difficulty Are:

  1. Even Fibs
  2. Bracket Matcher
  3. Question Marks
  4. Min Substring

Feel free to start on any one of these.

Important Concepts to Consider:

  1. Recursion
  2. String Mutation / Manipulation
  3. List Mutation / Manipulation
  4. Iteration
  5. Helper Functions

Have fun with solving these challenging problems! They will test your ability to problem solve in Python!

About


Languages

Language:Python 100.0%