Jialu

Results 3 comments of Jialu

建议使用如下算法进行调试: ```python 初始盐量 = M 初始水量 = N while 口味不合适: if 太淡了: 加盐M M = M/2 else: 加水N N = N/2 ``` 最好的情况下,你可以得到一盘不咸不淡的菜,最坏的情况下,你可以得到一锅不咸不淡的菜汤。

This is the CI failed log: > node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node) > > node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node) > > node:...

Hi @hritik5102, thanks for your respond. I created this [pull request](https://github.com/TheAlgorithms/Jupyter/pulls) to add some jupyter notebooks under the `Algorithm/algviz` folder. In order to run these notebooks on Gitpod, I add...