Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 503 Bytes

Python-Programs

Contains some short programs.

Some programs worth mentioning.

  • permutations.py: Finds all permutations of r elements out of given n elements.
  • cartesion.py: Finds the cartesion product.
  • sockets_server.py: A server using socket api provided by Python. Many concurrent clients can connect and talk with it.
  • producer_consumer.py: Solve producer consumer problem with Threads

Sorting algorithms:

  • Quicksort

Search

  • Binary Search