TechInfected

Linux, OpenSource, Programming And Hacks

  • Contact
  • About
  • Privacy Policy

Category: programming

Insertion Sort algorithm explained in python with example

August 5, 2015 Aman Deepalgorithm, programming, sortingLeave a Comment on Insertion Sort algorithm explained in python with example

Insertion sort is an algorithm for sorting a list of numbers. The key idea of this algorithm is to divide the list into two portions: a sorted portion and an unsorted portion. At each step of the algorithm a number…

Read More→

Writing a C/C++ program on ubuntu terminal

May 20, 2012May 17, 2020 Aman Deepprogramming, terminal, ubuntu, vim8 Comments on Writing a C/C++ program on ubuntu terminal

Here is a simple 5 step instruction to compile and execute C/C++ program on the linux terminal. I have also included a sample C/C++ example to demonstrate.In order to write the program in the terminal itself, we need a console (terminal) based…

Read More→

Recent Posts

  • Make a Ping Network Utility tool using Django
  • Build a Complete Quiz App using VueJS and Django
  • Popular & Easy to learn Web Frameworks in 2020
  • Process in Linux/Unix explained with ps command examples
  • Create Ajax View method for GET/POST in Django
  • What to use? let, const or var in JavaScript
  • Loader animation inside Vuetify Button with VueJs
  • Randomized In-place algorithm JavaScript implementation
  • Axios Cheatsheet for GET, POST, PUT, DELETE Requests
  • Fullscreen Toggle component in VueJS
Tech Infected
Follow @TechInfected

Recent Comments

  • Pratik Rane on Loader animation inside Vuetify Button with VueJs
  • john on Cool Matrix scrolling in linux terminal – CMatrix
  • Anonymous on How to install and use Tkinter in ubuntu / Debian / Linux mint
  • Unknown on How to install and run Juypter/Ipython Notebook in Ubuntu/Debian/Linux Mint
  • Anonymous on Difference between Seeds, Peers and leeches in Torrent
Copyright © 2020 • TechInfected. All rights reserved.
Blog Kit by WP Charms