[go: up one dir, main page]

0% found this document useful (0 votes)
53 views3 pages

Solution Ideas Cs301 Assignment # 3 Solution No 1

This document discusses potential solutions for assignment #3 in Cs301. It provides two sample solutions: 1) a frequency table showing the characters and their frequencies in the given text, and 2) code for a program to count character frequencies in a string.

Uploaded by

hk dhaman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views3 pages

Solution Ideas Cs301 Assignment # 3 Solution No 1

This document discusses potential solutions for assignment #3 in Cs301. It provides two sample solutions: 1) a frequency table showing the characters and their frequencies in the given text, and 2) code for a program to count character frequencies in a string.

Uploaded by

hk dhaman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Solution ideas

Cs301

Assignment # 3

Solution No 1 -

Answer#1

Frequency Table

Leaders in education technology

Original text:

Size 32(space and New Line)

Character Frequency Charcter Freqeuency

NL 1 I 2

SP 3 L 2

A 2 N 3

C 2 O 3

D 2 R 1

E 4 S 1

G 1 T 2

H 1 U 1

Y 1

Answer#2
Solution No 2–

You might also like