Ask Your Question

Nagarjun's profile - activity

2023-04-23 00:26:18 +0200 received badge  Famous Question (source)
2022-04-14 14:13:57 +0200 received badge  Notable Question (source)
2022-04-14 14:13:57 +0200 received badge  Popular Question (source)
2019-10-31 05:59:18 +0200 asked a question how plot time complexity of program for different 'n' using sagemath?

I have written a code for graph coloring in sagemath. I'm finding difficult to plot a graph of running time of that program for different node (range of nodes is (1 to infinity or 100000)). Can anyone please tell me how?

2019-10-29 11:51:45 +0200 commented answer how to use key as index in nested dictionary?

Thank You.

2019-10-29 09:35:08 +0200 commented answer how to use key as index in nested dictionary?

can i use this using for loop?

2019-10-29 07:48:31 +0200 asked a question how to use key as index in nested dictionary?

If I have A={1:{2:3,4:2},2:{}}, and I want to add elements to A[1]. How to add here?

2019-01-11 01:34:55 +0200 received badge  Student (source)
2019-01-10 17:33:37 +0200 asked a question can we use BFS and DFS algorithm in sagemath?

hello, I want to color the vertices of graphs using greedy or BFS algorithm. can do that in sagemath?