jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.24k stars 2.09k forks source link

Implementing 1_D_Array in Ruby #1826

Closed nikipr1999 closed 4 years ago

nikipr1999 commented 4 years ago

Add basic functions of 1 dimensional array in Ruby

  1. Finding frequency of an element in the array.
  2. Finding the maximum and the second maximum number in the array.
  3. Find the mean, variance and standard deviation of the elements of array.
  4. Merge two sorted arrays.
nikipr1999 commented 4 years ago

I would like to work on this for gssoc20 . Please assign this issue to me.

nikipr1999 commented 4 years ago

I had made a pull request #1546 . Please check and merge it if no issues are there. Looking for your guidance.

Vaibhavraj10 commented 4 years ago

@nikipr1999 Make sure you make a pull request for the referenced issue only once you have been assigned.