Skip to content

cscipher/Code-for-HacktoberFest2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👻 Code-for-HacktoberFest2020

This repository is for HacktoberFest-2020. Write programs in your preferred coding language (under a specific directory).


How to contribute?

  1. Fork this Repo and give it a star
  2. Upload your solution file under specific directory (or create one directory of specific language if not there) with a comment having your Github username on the top of file
  3. Commit the changes
  4. Create a PR
  5. [NOTE : MAX. 2 PRs WOULD BE SELECTED UNDER ONE CATEGORY]

Getting Started

There are 4 types of problems in this repository

  • Beginner
  • Intermediate
  • Advanced
  • Miscellaneous

Beginner

  • 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
  • Find Next even integer of given number

Intermediate

  • Inversion (mirror) of a Binary tree
  • Binary Search
  • Quick Sort
  • BOGO-sort
  • Flip the bits of a given number

Advanced

  • Breadth First Search
  • Depth First Search
  • Traveling Salesman Problem
  • Detect and break the loop in Linked List

Miscellaneous

  • IRIS Dataset (Flower Classification)
  • Make Your Portfolio in Single HTML file
  • Face-Mask Detector Using OpenCV