adding program code references

This commit is contained in:
harigro 2025-01-17 15:52:58 +07:00
parent d5e357083a
commit 6c4ad2b318

View File

@ -22,7 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
""" """
# https://gist.github.com/harigro/28df9ec639f74f217473f85065acf9d8 """
Reference: https://gist.github.com/harigro/28df9ec639f74f217473f85065acf9d8
"""
def divide_array_to_graph(arr: list[int], base: int) -> dict[int, list[int]]: def divide_array_to_graph(arr: list[int], base: int) -> dict[int, list[int]]: