This repository is for IOSD UIET-KUK HacktoberFest Meetup 2019. Write programs in your preferred coding language.
There are 4 types of problems in this repository
- Beginner
- Intermediate
- Advanced
- Miscellaneous
- Check Whether Number is Odd or Not
- Input The Age, if age > 18 print adult , if 10 < age <= 18 print teen, if age < 10 print child
- Fibonacci Sequence
- Check Whether Input String is Palindrome or Not
- Bubble Sort
- Binary Search
- Quick Sort
- Flip the bits of a given number
- Breadth First Search
- Depth First Search
- Traveling Salesman Problem
- Detect and break the loop in Linked List
- IRIS Dataset (Flower Classification)
- Make Your Portfolio in Single HTML file
- Skin Detector Using OpenCV