Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

Python Program for Merge Sort

Merge Sort algorithm using a Divide and Conquer strategy and It divides input array in two halves.Merge sort is a

Continue reading

Python Program To Implement Bubble Sort

Bubble Sort is the easiest sorting algorithm that works by repeatedly swapping the adjacent elements if they are placed in

Continue reading

Python Program for Insertion Sort

Insertion sort is not the best sorting algorithm in terms of performance. But this is slightly more efficient than selection

Continue reading

How To Reverse An ArrayList OR LinkedList In Java?

In Java, ArrayList or LinkedList can be reversed using by the Collections.reverse () method. The Collection Class is a utility

Continue reading

How to find List of SQL Server Instances Installed on a Machine?

There are multiple ways by which we can find a list of SQL Server instances Installed on a Machine. 1.

Continue reading

How to Reverse a List in Python

In this post you will see three different ways to Reverse a List in Python without the use of any

Continue reading

How To Reverse String in Python

Note:-In Python there is no reverse() method for string, but we can Reverse String in Python in many ways. Method

Continue reading

How To Convert ArrayList To String Array In Java

We are going to share two ways to converting an ArrayList<String> to String array Convert ArrayList to string array using

Continue reading

How to sort ArrayList in Java

In this post, we are going to sort the ArrayList of String type by simply calling the Collections.sort(arraylist) method and The output

Continue reading

Java – Insertion Sort Algorithm

Insertion Sort Algorithm in Java import java.util.Arrays; class Main { public static void insertion_Sort(int[] ar) { for (int i =

Continue reading

Posts pagination

«Previous Posts 1 … 5 6 7 8 9 … 34 Next Posts»
  • C Programming
  • C++
  • Cyber Security
  • Interview FAQ
  • Java
  • Linux
  • MySQL
  • Netseq.com
  • Oracle
  • PHP
  • Python
  • SQL
  • SQL Server -DBA
  • Active Directory Security: Strategies to Safeguard Your Organization
  • PowerShell scripts for Active Directory (AD)
  • Top 50 Essential Active Directory PowerShell Commands and Administrative Tools
  • Critical Windows Event ID’s to SOC Team Must Monitor
  • Top Cybersecurity Threats in 2025 and How to Protect Yourself
WordPress Theme: Wellington by ThemeZee.