Skip to content

omonimus1/interviewbitwise-topic

Repository files navigation

interviewbitwise-topic

Interviewbit

What you can find in this repository

You will find notes about compeititve programming, time and space analysis, algorithm and data structures and advices that I have matured during my experience and studies.

My Own Solutions

Name Number of solutions
Array 1
Time Complexity 10
Math 3
Bit manipulation 2
Binary Search 2
Linked List 2
Databases 1
Stack and queue 1
String 3

Visit my Competitive programming guide and see also my HackerRank, GeeksForGeeks, Leetcode and other online judges solutions

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute?

  1. If there is no solution to a problem in the main branch.
  2. If your solution is asymptotically faster than the one in the main branch.
  3. If your algorithm is of the same time complexity but with reduced code size. In this case, comment out the original solution and make a pull request with your solution.
  4. If you have another method of solving the problem which is asymptotically slower than the original method then, comment your solution in the main file and make a pull request.
  5. If you woukd like to make any positive change to the lectures content

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

Mind that

Constructive criticisms or code reviews of any kind are very much welcome.

If you have any questions about the solutions you can find here, feel free to contact me at: davidepollicino2015@gmail.com

Lets' connects