codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Added bubble sort to documentation website code. #442

Closed jaythorat closed 2 years ago

jaythorat commented 2 years ago

Added bubble sort to documentation website code .

codecov[bot] commented 2 years ago

Codecov Report

Merging #442 (ad54a0e) into master (3ebfb83) will increase coverage by 0.000%. The diff coverage is 100.000%.

@@            Coverage Diff            @@
##            master      #442   +/-   ##
=========================================
  Coverage   98.587%   98.588%           
=========================================
  Files           29        29           
  Lines         3753      3754    +1     
=========================================
+ Hits          3700      3701    +1     
  Misses          53        53           
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/algorithms.py 99.740% <100.000%> (+<0.001%) :arrow_up:

Impacted file tree graph

czgdp1807 commented 2 years ago

Well, always create a new branch for a new PR. You have used the same branch jay for both the PRs. That's why the diff is messed up. Anyways. I will fix this.