Skip to content

Adding Binary Search Algo Based on 2D Arrays #11189

Adding Binary Search Algo Based on 2D Arrays

Adding Binary Search Algo Based on 2D Arrays #11189

Triggered via pull request October 15, 2024 14:17
Status Failure
Total duration 21s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (N999): searches/Peak_Element_on_2D.py#L1
searches/Peak_Element_on_2D.py:1:1: N999 Invalid module name: 'Peak_Element_on_2D'
Ruff (W293): searches/Peak_Element_on_2D.py#L3
searches/Peak_Element_on_2D.py:3:1: W293 Blank line contains whitespace
Ruff (W293): searches/Peak_Element_on_2D.py#L8
searches/Peak_Element_on_2D.py:8:1: W293 Blank line contains whitespace
Ruff (E501): searches/Peak_Element_on_2D.py#L10
searches/Peak_Element_on_2D.py:10:89: E501 Line too long (99 > 88)
Ruff (E501): searches/Peak_Element_on_2D.py#L11
searches/Peak_Element_on_2D.py:11:89: E501 Line too long (111 > 88)
Ruff (W293): searches/Peak_Element_on_2D.py#L13
searches/Peak_Element_on_2D.py:13:1: W293 Blank line contains whitespace
Ruff (E501): searches/Peak_Element_on_2D.py#L15
searches/Peak_Element_on_2D.py:15:89: E501 Line too long (91 > 88)
Ruff (N999): sorts/BinarySearch_on_Sorted_2D_Array.py#L1
sorts/BinarySearch_on_Sorted_2D_Array.py:1:1: N999 Invalid module name: 'BinarySearch_on_Sorted_2D_Array'
ruff
Process completed with exit code 1.