Skip to content
Saturday, Nov 8, 2025
ICT BYTE Logo

ICT BYTE

Tech News in Nepal | #1 Tech Blog

  • HOME
  • GADGETS
    • MOBILE
    • LAPTOPS
    • SMARTWATCH
    • TABLETS
  • EVENTS
  • NEPAL
    • Banking
    • B.Sc. CSIT
    • BCA
  • MCS
    • 1st Sem
      • Managerial Communication
      • Object Oriented Programming
      • Open Source Technology
      • Design and Analysis of Algorithm
    • 2nd Sem
    • 3rd Sem
    • 4th Sem
  • Hult Prize
  • Utility Tools

Category: Design and Analysis of Algorithm

Design & Analysis of Algorithm Old Exam Question – First Semester | MCS | Lincoln University College
Masters of Computer ScienceDesign and Analysis of Algorithm

Design & Analysis of Algorithm Old Exam Question – First Semester | MCS | Lincoln University College

LINCOLN UNIVERSITY COLLEGE EXAMINATION PAPER FACULTY: COMPUTER SCIENCE AND MULTIMEDIA COURSE: MASTER OF COMPUTER SCIENCE YEAR/ SEMESTER:FIRST YEAR/SEMESTER ONE MODULE…

byICT Byte
Masters of Computer ScienceDesign and Analysis of Algorithm

Sorting Very large numbers – Insertion Sort in Ruby

This is a program for insertion sort The programming language used is ruby Data from the files are read Output…

byICT Byte
Masters of Computer ScienceDesign and Analysis of Algorithm

C Program to add Two (Very) Large Numbers

include include int charToInt (char stringNumber){return stringNumber – ‘0’;} int main (){char first_number[] = “55”;char second_number[] = “166”;char sum_string[500], str,…

byICT Byte
Masters of Computer ScienceDesign and Analysis of Algorithm

Solving Recurrences using Iteration Method

Iteration  Method Expand the relation so that summation dependent on n is obtained Bound the summation Example T(n)=2T(n/2)+1 T(1)=1 Solution:…

byICT Byte
Masters of Computer ScienceDesign and Analysis of Algorithm

Recurrence Relations | Solving Recurrence Relation to find Complexity

Recursive Algorithm It can be solved in terms of itself Recurrence relation defines sequenced based on rule those next terms…

byICT Byte
Design and Analysis of Algorithms (DAA) – Micro Syllabus
Masters of Computer ScienceDesign and Analysis of Algorithm

Design and Analysis of Algorithms (DAA) – Micro Syllabus

Foundation of Algorithm Analysis Algorith and its properties RAM Model Time and Space Complexity Detail Analysis of Algorithm (Like Factorial…

byICT Byte
Algorithm, RAM Model, Asymptotic Notation
Masters of Computer ScienceDesign and Analysis of Algorithm

Algorithm, RAM Model, Asymptotic Notation

Algorithm Finite set of computational instructions Set of steps to solve the problem Properties: Input / output : some input…

byICT Byte

Copyright © 2025 ICT BYTE | Expose News by Ascendoor | Powered by WordPress.