Tag: computer science
Total: 3 Posts
Posts of Tag: computer science
Total: 3 Posts
Posts of Tag: computer science
Graphs in Java: Minimum Spanning Trees - Prim's Algorithm
Introduction Graphs are a convenient way to store certain types of data. The concept was ported from mathematics and appropriated for the needs of computer science. Due to the fact that many things can be repre...Learn MoreAlgorithmJavacomputer scienceGraph Theory and Graph-Related Algorithm's Theory and Implementation
Introduction Graphs are a convenient way to store certain types of data. The concept was "stolen" from mathematics and appropriated for the needs of computer science. There are several ways in which we can desc...Learn MoreAlgorithmmathsaicomputer sciencetheoryHow to Write a Makefile - Automating Python Setup, Compilation, and Testing
How to Write a Makefile - Automating Python Setup, Compilation, and Testing Introduction When you want to run a project that has multiple sources, resources, etc., you need to make sure that all of the code is ...Learn MorePythontoolcommand-linecomputer science