Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MFLO
  • Order by date
  1. MFLO

    Need Help with Kruskal's Algorithm

    Anyone know how to adjust my program? This is what I have so far: #include <iostream> #include <queue> #include <stack> #include <fstream> using namespace std; const BIG = 2000000000; void Breadth_First_Traversal (int g[][7], int start_vertex, ofstream & file ); void...
  2. MFLO

    Stumped!!! Need help!!!

    I don't even know where to begin on this one... I need help badly and I'll greatly appreciate any and all help that I can receive for this assignment. I've been looking over this program ever since it was assigned before Thanksgiving break and after wiping the slate clean and starting from...
  3. MFLO

    Largest Number

    It's MFLO again. this is what i have sofar: .MODEL SMALL .STACK 64 ;-------------------------- .DATA COUNT EQU 05 DATA DB 1,2,3,4,5 ORG 0008H LARGEST DW ? ;-------------------------- .CODE MAIN PROC FAR MOV AX,@DATA...
  4. MFLO

    Largest Number

    I'm still in the process of learning assembly language, so i would greatly appreciate any and all help i can get. how do i find the largest number out of five numbers in an array when the numbers are in Hex and how do i display the largest number once i find it? Thanks for any and all help!

Part and Inventory Search

Back
Top