Skip to content

Various programming challenges, ranging from easy to very hard, completed in various languages

Notifications You must be signed in to change notification settings

hakanyalniz/Programming-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I will slowly fill this repo with the various programming challenges I complete, from easy and simple, such as FizzBuzz, to very hard, such as a media player, compiler and so on.

The challenges:

  1. FizzBuzz (fizzbuzz.py): A simple FizzBuzz challenge. Generates numbers from 1 to 100, multiples of 3, 5 and both have their number changed to Fizz, Buzz and FizzBuzz, in that order.
  2. Markov Chain Sentence Generator (markovChain.py): A sentence generator using markov chain. It essentially trains on large texts and trains to chain words one after another. The output looks ordinary at first glance, but it is really nonsense.
  3. To-Do List (toDoList.py): A to do list with GUI made using PyQt6. You can add, edit and delete tasks. You can also export or import them.
  4. Chatbot (chatbot.py): A simple and basic chatbot made using chatterbot. More of a proof of concept.

About

Various programming challenges, ranging from easy to very hard, completed in various languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages