Just-A-Visitor / Algorithmic-Pseudocode

This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
GNU General Public License v3.0
762 stars 167 forks source link

Added a coding problem and coding tip. #57

Closed simpleParadox closed 5 years ago

simpleParadox commented 5 years ago

In the PR, a coding problem is added in List Phase 2. The problem is an easy interview problem that I was asked and requires the knowledge of search algorithms for arrays. Also, a new coding tip has been added.

Later, a new machine learning folder has been added with introductory material for machine learning which will help to build a strong mathematical foundation for any machine learning interview.

welcome[bot] commented 5 years ago

Thanks for opening this pull request! Please check out our contributing guidelines.

ghost commented 5 years ago

I'm sorry I'll have to reject this PR.

1) Do not add binary files to the repo (for example the Machine Learning pdf). They just increase the repo size if you decide to edit it. (They remain stuck in the repo's history).

2) This repo is not targeted towards ML at the moment (We can introduce it after a couple of months).

3) The main purpose was to add pseudocodes. (You can read them in the guidelines).

However, your coding tip and the algorithm problem looks good and can be merged. Hence, I would request you to delete this fork, re-fork the project and send a new PR (editing only a single file).

Thanks for putting in the effort though!