interview-problems documentation
next | modules | index

Welcome to interview-problems’s documentation!¶

Contents:

  • README: problems solved in Python 🐍
    • Dear recruiter… 👨‍💻👩‍💻
    • The problems 🤔
      • 1_integer_sum.py Sum a range of positive integers
      • 2_caesar.py Encrypt or decrypt a string according to Caesar cipher
      • 3_logparse.py Parse a log and print a report
      • 4_sudoku.py Classical Sudoku solver
    • Contributions 🙏
    • License 🔖
  • 1_integer_sum module
    • Sum of Integers Up To n
  • 2_caesar module
    • Caesar Cipher
  • 3_logparse module
    • Log parser
  • 4_sudoku module
    • Sudoku Solver

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Table of Contents

Contents:

  • README: problems solved in Python 🐍
  • 1_integer_sum module
  • 2_caesar module
  • 3_logparse module
  • 4_sudoku module

Search

next | modules | index

Show Source
© Copyright 2020, Robin-Castellani. Created using Sphinx 3.2.1.