Ankith Reddy has Published 1070 Articles

Bellman–Ford Algorithm for Shortest Paths

Ankith Reddy

Ankith Reddy

Updated on 16-Jun-2020 13:41:56

3K+ Views

Bellman-Ford algorithm is used to find minimum distance from the source vertex to any other vertex. The main difference between this algorithm with Dijkstra’s the algorithm is, in Dijkstra’s algorithm we cannot handle the negative weight, but here we can handle it easily.Bellman-Ford algorithm finds the distance in a bottom-up ... Read More

Create a Bootstrap progress bar with different styles

Ankith Reddy

Ankith Reddy

Updated on 15-Jun-2020 07:38:35

530 Views

Follow the below given steps to create a progress bar with different styles −Add a with a class of .progress.Next, inside the above , add an empty with a class of .progress-bar and class progress-bar-* where * could be success, info, warning, danger.Add a style attribute with the ... Read More

Style the Bootstrap modal

Ankith Reddy

Ankith Reddy

Updated on 15-Jun-2020 07:27:00

896 Views

Use the .modal-body class in Bootstrap to style the modal.You can try to run the following code to style modal −/p>ExampleLIve Demo           Bootstrap Example                                 ... Read More

Footer of the modal in Bootstrap

Ankith Reddy

Ankith Reddy

Updated on 15-Jun-2020 07:23:52

542 Views

To set the footer of the Bootstrap modal, use the .modal-footer class.You can try to run the following code to implement the modal-footer class −ExampleLive Demo           Bootstrap Example                           ... Read More

Align media objects with Bootstrap

Ankith Reddy

Ankith Reddy

Updated on 15-Jun-2020 07:10:54

119 Views

To align media objects, use the .align class in Bootstrap. You can try to run the following code to implement the .align class.Use the .align-left class to align media to the left −ExampleLive Demo           Bootstrap Example             ... Read More

Set important information for a list item in a list group with Bootstrap

Ankith Reddy

Ankith Reddy

Updated on 15-Jun-2020 06:29:08

63 Views

use the list-group-item-info class in Bootstrap to set key information for a list item in a list group.You can try to run the following code to implement the list-group-item-info class −ExampleLive Demo           Bootstrap Example                                          Java                                      Interfaces                                        Multi-threading                                        Packages                                

Small input group with Bootstrap

Ankith Reddy

Ankith Reddy

Updated on 12-Jun-2020 22:36:13

293 Views

To set small input group with Bootstrap, use the .input-group-sm class.You can try to run the following code to implement the .input-group-sm class &minsu;ExampleLive Demo           Bootstrap Example                                          Search                                                                                                                                                      

Create a striped Bootstrap progress bar

Ankith Reddy

Ankith Reddy

Updated on 12-Jun-2020 22:26:06

438 Views

Follow the below given steps to create a striped progress bar in Bootstrap −Add a with a class of .progress and .progress-striped.Next, inside the above , add an empty with a class of .progress-bar and class progress-bar-* where * could be success, info, warning, danger.Add a style attribute ... Read More

Bootstrap Grid Stacked to horizontal grid

Ankith Reddy

Ankith Reddy

Updated on 12-Jun-2020 22:18:05

163 Views

You can try to run the following code to create a grid stacked to the horizontal grid in Bootstrap −ExampleLive Demo           Bootstrap Example                                   ... Read More

Indicate a tabbed menu with Bootstrap

Ankith Reddy

Ankith Reddy

Updated on 12-Jun-2020 21:35:33

77 Views

To set a tabbed menu, use the .nav nav-tabs class in Bootstrap −ExampleLive Demo           Bootstrap Example                                          Web Development          The following are the web dev technologies:                       HTML5             jQuery             JavaScript             CSS             Ajax             ES6                    

Advertisements