Skip to content

Kohgeonho/Inequality-Sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Inequality Sign

Problem

BaekJoon 2529 Inequality Sign

Ranking

  • 1st place in Python3 (2023.01.21)

부등호 rank

Algorithm

  • DFS (Back-Tracking)

    Algorithm of others who are highly ranked

    Time Complexity: O(V+E) (V: 10)

  • Greedy

    My Algorithm

    Count the length of each decreasing/increasing sequence, and apply max/min integer array for each seqeunce

    Time complexity: O(N) (N: 10, total operations: 20)

About

BaekJoon 2529 Inequality Sign

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages