Julia - bit by bit : programming for beginners / Noel Kalicharan.

The main goal of this book is to teach fundamental programming principles to beginners using Julia, one of the fastest growing programming languages today. Julia can be classified as a "modern" language, possessing many features not available in more popular languages like C and Java. The...

Full description

Saved in:
Bibliographic Details
Online Access: Full Text (via Springer)
Main Author: Kalicharan, Noel (Author)
Format: eBook
Language:English
Published: Cham : Springer, [2021]
Series:Undergraduate topics in computer science.
Subjects:
Table of Contents:
  • 1. Elementary Concepts
  • 2. Numbers
  • 3. Selection Logic
  • 4. The for and while Statements
  • 5. Functions
  • 6. Characters & Strings
  • 7. Arrays
  • 8. Searching, Sorting and Merging
  • 9. Structures
  • 10. Dictionaries & Sets.