Aryan Pandey

Results 12 comments of Aryan Pandey

I am a bit confused, What exactly is a "Markov Chain Algorithm"? Is it an algorithm for finding probability from initial state i to final state j in a fixed...

- can you execute it in debug mode? Yes, but I dont know how is benchmark is getting built as debug. I did not put the DEBUG flag, at the...

> Yes, those are the tests where we read a graph from file (dot or mtx). If you run from some other folder the relative path is not correct anymore....

I approve re-licensing my contributions to CXXGraph under the Mozilla Public License 2.0.

I dont think storing votes on on static files makes sense... I think we can trigger a AWS Lambda (serverless) to a database...

I also wanted to know when, while changing the total width of "`Row_printRate`", do we need to modify this line in ./pcp/PCPDynamicColumn.c: https://github.com/htop-dev/htop/blob/4102862d12695cdf003e2d51ef6ce5984b7136d7/pcp/PCPDynamicColumn.c#L298 This is because I don't know, what...

```c Row.c:511:13: warning: 6th function call argument is an uninitialized value [core.CallAndMessage] 511 | len = snprintf(buffer, sizeof(buffer), "%c/s ", unitPrefixes[unitPrefixIndex]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/stdio2.h:77:3: note: expanded from macro 'snprintf' 77...

> The spacing for `RDISK`, `WDISK` and `RW DISK` is inconsistent. > > Further more, `DIOR`, `DIOW` and `DIORW` would be even shorter and even consistent. > > From the...

I made the rate to `4.*f` and changed `INF` to `infinity`, as discussed. Also ran a small independent test to ensure the `printf` decimal precision logic always prints 4 characters...

Thank you, everyone, for the previous review. It helped me understand the project better and improved the application overall! I've made the requested changes, as suggested, and would appreciate it...