Skip to content

Commit

Permalink
Some updates on codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Melat-arch committed Jan 12, 2025
1 parent d08a345 commit f6bf3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/decimal_to_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This module provides a function to convert a non-negative integer to its binary representation.
Function:
- convert_decimal_to_binary: Returns the binary representation of a given non-negative integer.
- convert_decimal_to_binary: Return the binary representation of a given non-negative integer.
Author: Melat Assefa
Date: January 6, 2025
"""
Expand Down
2 changes: 1 addition & 1 deletion solutions/tests/test_decimal_to_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This test suite includes:
- Regular cases: Typical inputs that the function is expected to handle.
- Edge cases: Inputs that are at the boundary of what the function should handle.
- Error cases: Inputs that should raise exceptions due to invalid input.
- Error cases: Input that should raise exceptions due to invalid input.
@author: Melat Assefa
Date: January 6, 2025
"""
Expand Down

0 comments on commit f6bf3dc

Please sign in to comment.