This repository for IOSD NITK HacktoberFest Meetup 2019 Upload programs for the following in any coding language:
Beginner:
- Check whether a number is even or odd.
- Print fibonacci sequence for 'n' numbers.
- Print the cube of an input number.
- Display the largest element of an array.
Intermediate:
- Check whether a substring is present in a string or not.
- Binary Search.
- Bubble Sort.
- Insertion Sort.
- Print all the Subsequence of a String.
Advanced:
- N-Queen/N-Knight.
- TREE Left/Right/Bottom View.
- Sudoku Solver.
- Breath First Search.
- Depth First Search.