sayemsiam
পৃষ্ঠাসমূহ
হোম
games
pesonal
শনিবার, ১১ জুন, ২০১১
Huffman Coding (using dfs)
#include
#include
#include
#include
#include
#define lenght 100
using namespace std;
void makeCode(int i);
int matrix[lenght][lenght];int num_node;
map
mp;
stack
letter;
class vertex{
public:
int id;
int frequency;
int nodeValue;
char c;
string str;
int left;
int leaf;
};
vertex node[lenght];
struct vertex node2[lenght];
string x;
map
v;
map
taken;
map
stream;
map
visit;
map
left_child;
bool compare(class vertex a, class vertex b){
if(a.nodeValue
নবীনতর পোস্টসমূহ
পুরাতন পোস্টসমূহ
হোম
এতে সদস্যতা:
পোস্টগুলি (Atom)