2019

    HDU-2020 Absolute Sort

    Turn then into positive numbers and sort. And for each unit in array, if it’s negative originally, turn it back to negative.

    HDU-2084 Number Tower

    As you can easily see, for each point tower[i][j] , it has two parent points, warning...

    HDU-2023 Average score

    No tricks but you need to be very careful or you will not be able to make it.

    HDU-2029 Palindromes_easy version

    Using C++ 11 features. reverse. Another way is is find the middle of the string and travers from both side. Compare one by one.

    HDU-2032 Yang Hui triangle

    As you can see from the picture, for each unit, there is...

    HDU-2033 Clock time A+B

    Just stimulate the rule of clock time addition.

    HDU-1708 Fibonacci String

    This problem has a regular pattern. Let me show you.

    HDU-2096 XiaoMing A+B

    a and b each mod 100 and the answer a + b mod 100

    HDU-1005 Number Sequence

    This problem seems like a very huge problem, however, the answers have some certain regular pattern.

    HDU-1466 Number of intersections of lines

    The following analysis is from boss Tan when he taught me how to solve this problem. After passing the problem, I sum up his ideas and turned it into words.


TOP
COMMENT
made with ❤️ by o_oyao
©o_oyao 2019-2025

|